|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Singleton PAL state. More...
Data Fields | |
| ra8_usb_speed_t | speed |
| FS or HS, set at init. | |
| ra8_usb_pal_state_t | state |
| Detached/attached/... | |
| ra8_usb_pal_event_fn_t | event_fn |
| Stack-installed callback. | |
| void * | event_ctx |
| Callback context. | |
| bool | initialized |
| True after ra8_usb_pal_init. | |
| ra8_usb_pal_ep_slot_t | eps [k_ra8_usb_pal_ep_table_len] |
| Per-EP state. | |
Singleton PAL state.
Definition at line 118 of file ra8_usb_pal.c.
| ra8_usb_pal_ep_slot_t ra8_usb_pal_state_inner_t::eps[k_ra8_usb_pal_ep_table_len] |
Per-EP state.
Definition at line 124 of file ra8_usb_pal.c.
| void* ra8_usb_pal_state_inner_t::event_ctx |
Callback context.
Definition at line 122 of file ra8_usb_pal.c.
| ra8_usb_pal_event_fn_t ra8_usb_pal_state_inner_t::event_fn |
Stack-installed callback.
Definition at line 121 of file ra8_usb_pal.c.
| bool ra8_usb_pal_state_inner_t::initialized |
True after ra8_usb_pal_init.
Definition at line 123 of file ra8_usb_pal.c.
| ra8_usb_speed_t ra8_usb_pal_state_inner_t::speed |
FS or HS, set at init.
Definition at line 119 of file ra8_usb_pal.c.
| ra8_usb_pal_state_t ra8_usb_pal_state_inner_t::state |
Detached/attached/...
Definition at line 120 of file ra8_usb_pal.c.