AM263x MCU+ SDK  08.02.00
EDMA_ResourceObject Struct Reference

Detailed Description

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...
 

Field Documentation

◆ dmaCh

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.

◆ qdmaCh

uint32_t EDMA_ResourceObject::qdmaCh

◆ tcc

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.

◆ paramSet

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.