Structure to hold GPDMA resource data.
This structure holds the resource data of GPDMA, including the number of allocated channels, channel priority bitmap, transfer type bitmap, top FIFO, and transfer type.
channel allocation bitmap: bit 0-7 for channel 0-7, 1 for unallocated and 0 for allocated top_fifo: points to the FIFO from where FIFO is available
Public Attributes#
uint32_t
Channel allocation bitmap.
uint32_t
Top FIFO number.
uint32_t
Number of allocated channels.
const uint32_t
Maximum FIFO size.