|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Bridge-singleton state. More...
#include <ux_dcd_ra8_usb_internal.h>
Data Fields | |
| ra8_usb_dcd_state_t | state |
| Bridge run-state. | |
| ra8_usb_speed_t | speed |
| Controller this drives. | |
| struct UX_SLAVE_DCD_STRUCT * | owner |
| Back-pointer into USBX. | |
| ra8_usb_dcd_pipe_slot_t | pipes [k_ux_dcd_ra8_usb_max_pipes] |
| DCP + PIPE1..9. | |
Bridge-singleton state.
Definition at line 71 of file ux_dcd_ra8_usb_internal.h.
| struct UX_SLAVE_DCD_STRUCT* ra8_usb_dcd_t::owner |
Back-pointer into USBX.
Definition at line 74 of file ux_dcd_ra8_usb_internal.h.
| ra8_usb_dcd_pipe_slot_t ra8_usb_dcd_t::pipes[k_ux_dcd_ra8_usb_max_pipes] |
DCP + PIPE1..9.
Definition at line 75 of file ux_dcd_ra8_usb_internal.h.
| ra8_usb_speed_t ra8_usb_dcd_t::speed |
Controller this drives.
Definition at line 73 of file ux_dcd_ra8_usb_internal.h.
| ra8_usb_dcd_state_t ra8_usb_dcd_t::state |
Bridge run-state.
Definition at line 72 of file ux_dcd_ra8_usb_internal.h.