AM263x MCU+ SDK  08.02.00

Detailed Description

EDMA driver object.

Data Fields

EDMA_Handle handle
 
EDMA_Params openPrms
 
uint32_t isOpen
 
EDMA_ResourceObject allocResource
 
void * hwiHandle
 
HwiP_Object hwiObj
 
Edma_IntrHandle firstIntr
 

Field Documentation

◆ handle

EDMA_Handle EDMA_Object::handle

Instance handle to which this object belongs

◆ openPrms

EDMA_Params EDMA_Object::openPrms

Init params

◆ isOpen

uint32_t EDMA_Object::isOpen

Flag to indicate whether the instance is opened already

◆ allocResource

EDMA_ResourceObject EDMA_Object::allocResource

Object to hold the allocated resources

◆ hwiHandle

void* EDMA_Object::hwiHandle

Interrupt handle for master ISR

◆ hwiObj

HwiP_Object EDMA_Object::hwiObj

Interrupt object

◆ firstIntr

Edma_IntrHandle EDMA_Object::firstIntr