Embedded TCP/IP stack
4.7.0
|
#define FNET_MAC_ADDR_INIT | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f | |||
) |
Converts the standard notation a:b:c:d:e:f
to fnet_mac_addr_t value.
a | First octet of an MAC address. |
b | Second octet of an MAC address. |
c | Third octet of an MAC address. |
d | Fourth octet of an MAC address. |
e | Fifth octet of an MAC address. |
f | Sixth octet of an MAC address. |
Definition at line 70 of file fnet_eth.h.