AM263x MCU+ SDK  08.02.00
Edma_IntrObject Struct Reference

Detailed Description

EDMA interrupt configuration object. The object is passed to the EDMA_registerIntr() function. This is held by the driver till the EDMA_unregisterIntr() function is called with this obect. The application should not modify this object in between.

Data Fields

uint32_t tccNum
 
void * appData
 
Edma_EventCallback cbFxn
 
Edma_IntrHandle nextIntr
 pointer to next interrupt object. Used internally by driver. Should not be modified by the application. More...
 
Edma_IntrHandle prevIntr
 pointer to previous interrupt object. Used internally by driver. Should not be modified by the application. More...
 

Field Documentation

◆ tccNum

uint32_t Edma_IntrObject::tccNum

◆ appData

void* Edma_IntrObject::appData

◆ cbFxn

Edma_EventCallback Edma_IntrObject::cbFxn

◆ nextIntr

Edma_IntrHandle Edma_IntrObject::nextIntr

pointer to next interrupt object. Used internally by driver. Should not be modified by the application.

◆ prevIntr

Edma_IntrHandle Edma_IntrObject::prevIntr

pointer to previous interrupt object. Used internally by driver. Should not be modified by the application.