Structure to hold DMA channel allocation data.
This structure defines the parameters related to the allocation of a DMA channel, including the channel priority, allocation status, callback functions, transfer type, and transfer mode.
Public Attributes#
uint32_t
Channel priority.
bool
Channel allocation status.
Structure holding the DMA channel callback functions.
uint32_t
DMA transfer type.
uint32_t
DMA transfer mode.