|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Bridge-singleton state. More...
Data Fields | |
| ra8_usb_hcd_state_t | state |
| Bridge run-state. | |
| ra8_usb_speed_t | speed |
| Controller this drives. | |
| struct UX_HCD_STRUCT * | owner |
| Back-pointer into USBX. | |
Bridge-singleton state.
Definition at line 37 of file ux_hcd_ra8_usb.c.
| struct UX_HCD_STRUCT* ra8_usb_hcd_t::owner |
Back-pointer into USBX.
Definition at line 40 of file ux_hcd_ra8_usb.c.
| ra8_usb_speed_t ra8_usb_hcd_t::speed |
Controller this drives.
Definition at line 39 of file ux_hcd_ra8_usb.c.
| ra8_usb_hcd_state_t ra8_usb_hcd_t::state |
Bridge run-state.
Definition at line 38 of file ux_hcd_ra8_usb.c.