|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One packet on a per-endpoint ring. More...
Data Fields | |
| uint16_t | len |
| 0 == empty slot. | |
| uint8_t | data [k_ra8_usb_pal_pkt_max] |
| Packet payload bytes. | |
One packet on a per-endpoint ring.
Definition at line 94 of file ra8_usb_pal.c.
| uint8_t ra8_usb_pal_packet_t::data[k_ra8_usb_pal_pkt_max] |
Packet payload bytes.
Definition at line 96 of file ra8_usb_pal.c.
Referenced by ra8_usb_pal_ep_recv(), and ra8_usb_pal_ep_send().
| uint16_t ra8_usb_pal_packet_t::len |
0 == empty slot.
Definition at line 95 of file ra8_usb_pal.c.
Referenced by internal_reset_eps(), ra8_usb_pal_ep_open(), ra8_usb_pal_ep_recv(), and ra8_usb_pal_ep_send().