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

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.

Detailed Description

Per-channel dispatch-table entry.

Definition at line 42 of file ra8_dma.c.

Field Documentation

◆ ctx

void* ra8_dma_channel_state_t::ctx

Stored context.

Definition at line 44 of file ra8_dma.c.

◆ in_use

bool ra8_dma_channel_state_t::in_use

True while allocated.

Definition at line 45 of file ra8_dma.c.

◆ on_complete

ra8_dma_complete_fn_t ra8_dma_channel_state_t::on_complete

Callback or NULL.

Definition at line 43 of file ra8_dma.c.


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