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... | |
uint32_t Edma_IntrObject::tccNum |
void* Edma_IntrObject::appData |
Edma_EventCallback Edma_IntrObject::cbFxn |
Edma_IntrHandle Edma_IntrObject::nextIntr |
pointer to next interrupt object. Used internally by driver. Should not be modified by the application.
Edma_IntrHandle Edma_IntrObject::prevIntr |
pointer to previous interrupt object. Used internally by driver. Should not be modified by the application.