|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One IEEE 802 address, by value. More...
#include <ra8_c6link.h>
Data Fields | |
| uint8_t | octet [k_ra8_c6link_mac_bytes] |
| Address octets, first on the wire first. | |
One IEEE 802 address, by value.
A named type rather than a bare uint8_t[6] so it can be returned, copied and compared without an array-decay parameter that loses its length.
Definition at line 198 of file ra8_c6link.h.
| uint8_t ra8_c6link_mac::octet[k_ra8_c6link_mac_bytes] |
Address octets, first on the wire first.
Definition at line 199 of file ra8_c6link.h.
Referenced by c6_cam_net_up(), c6_join_net_up(), c6_join_put_mac(), c6_wifi_put_mac(), internal_c6link_op_get_ap(), internal_c6link_op_get_mac(), internal_c6link_sta_stage(), and priv_c6link_copy_mac().