|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One ring slot holding a single frame plus its byte length. More...
Data Fields | |
| uint16_t | len |
| 0 == slot empty. | |
| uint8_t | data [k_ra8_net_pal_frame_max] |
| Up to 1518 bytes. | |
One ring slot holding a single frame plus its byte length.
Definition at line 104 of file ra8_net_pal.c.
| uint8_t ra8_net_pal_slot_t::data[k_ra8_net_pal_frame_max] |
Up to 1518 bytes.
Definition at line 106 of file ra8_net_pal.c.
Referenced by ra8_net_pal_recv_frame(), and ra8_net_pal_send_frame().
| uint16_t ra8_net_pal_slot_t::len |
0 == slot empty.
Definition at line 105 of file ra8_net_pal.c.
Referenced by ra8_net_pal_recv_frame(), and ra8_net_pal_send_frame().