ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_usb_pal_packet_t Struct Reference

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.

Detailed Description

One packet on a per-endpoint ring.

Definition at line 94 of file ra8_usb_pal.c.

Field Documentation

◆ data

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().

◆ len

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().


The documentation for this struct was generated from the following file: