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

Singleton PAL state. More...

Collaboration diagram for ra8_usb_pal_state_inner_t:

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.

Detailed Description

Singleton PAL state.

Definition at line 118 of file ra8_usb_pal.c.

Field Documentation

◆ eps

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.

◆ event_ctx

void* ra8_usb_pal_state_inner_t::event_ctx

Callback context.

Definition at line 122 of file ra8_usb_pal.c.

◆ event_fn

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.

◆ initialized

bool ra8_usb_pal_state_inner_t::initialized

True after ra8_usb_pal_init.

Definition at line 123 of file ra8_usb_pal.c.

◆ speed

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.

◆ state

ra8_usb_pal_state_t ra8_usb_pal_state_inner_t::state

Detached/attached/...

Definition at line 120 of file ra8_usb_pal.c.


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