|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-channel dispatch-table entry. More...
Data Fields | |
| ra8_dma_complete_fn_t | on_complete |
| Callback or NULL. | |
| void * | ctx |
| Stored context. | |
| bool | in_use |
| True while allocated. | |
| ra8_dma_complete_fn_t ra8_dma_channel_state_t::on_complete |