|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-instance callback state. More...
Data Fields | |
| ra8_xspi_event_fn_t | fn |
| User-supplied completion callback. | |
| void * | ctx |
| Opaque context pointer for fn. | |
Per-instance callback state.
Definition at line 441 of file ra8_xspi.c.
| void* ra8_xspi_state_t::ctx |
Opaque context pointer for fn.
Definition at line 443 of file ra8_xspi.c.
| ra8_xspi_event_fn_t ra8_xspi_state_t::fn |
User-supplied completion callback.
Definition at line 442 of file ra8_xspi.c.