EDMA resource allocation structure.
Data Fields | |
uint32_t | dmaCh [SOC_EDMA_NUM_DMACH/32U] |
DMA channels allocated. Each channel will be defined with 1 bit. ownDmaCh[0] used for 0 to 31, ownDmaCh[1] for 32 to 63 etc. More... | |
uint32_t | qdmaCh |
uint32_t | tcc [EDMA_NUM_TCC/32U] |
TCCs allocated. Each tcc will be defined with 1 bit. ownTcc[0] used for 0 to 31, ownTcc[1] for 32 to 63 etc. More... | |
uint32_t | paramSet [SOC_EDMA_NUM_PARAMSETS/32U] |
PaRAMs owned. Each PaRAM will be defined with 1 bit. ownParamSet[0] used for 0 to 31, ownParamSet[1] for 32 to 63 etc. More... | |
uint32_t EDMA_ResourceObject::dmaCh[SOC_EDMA_NUM_DMACH/32U] |
DMA channels allocated. Each channel will be defined with 1 bit. ownDmaCh[0] used for 0 to 31, ownDmaCh[1] for 32 to 63 etc.
uint32_t EDMA_ResourceObject::qdmaCh |
uint32_t EDMA_ResourceObject::tcc[EDMA_NUM_TCC/32U] |
TCCs allocated. Each tcc will be defined with 1 bit. ownTcc[0] used for 0 to 31, ownTcc[1] for 32 to 63 etc.
uint32_t EDMA_ResourceObject::paramSet[SOC_EDMA_NUM_PARAMSETS/32U] |
PaRAMs owned. Each PaRAM will be defined with 1 bit. ownParamSet[0] used for 0 to 31, ownParamSet[1] for 32 to 63 etc.