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

Per-instance callback state. More...

Data Fields

ra8_xspi_event_fn_t fn
 User-supplied completion callback.
void * ctx
 Opaque context pointer for fn.

Detailed Description

Per-instance callback state.

Definition at line 441 of file ra8_xspi.c.

Field Documentation

◆ ctx

void* ra8_xspi_state_t::ctx

Opaque context pointer for fn.

Definition at line 443 of file ra8_xspi.c.

◆ fn

ra8_xspi_event_fn_t ra8_xspi_state_t::fn

User-supplied completion callback.

Definition at line 442 of file ra8_xspi.c.


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