Data Structures
Here are the data structures with brief descriptions:
 CEDMA3CCPaRAMEntryEDMA3 Parameter RAM Set in User Configurable format
 CEDMA_channelConfig_t_Channel configuration. Specifies the full configuration for a DMA or QDMA channel with associated paramId and param Set configuration
 CEDMA_Config_t_Config structure containing object and hardware attributes. This will be casted to the EDMA's handle and returned in open API
 CEDMA_errorConfig_t_Error configuration for transfer controller, allows enabling/disabling of various error conditions
 CEDMA_errorInfo_t_Error Information structure. Information is from EMR(H), QEMR, CCERR registers as per EDMA UG
 CEDMA_hwAttrs_t_
 CEDMA_instanceInfo_t_EDMA instance properties information
 CEDMA_Object_t_EDMA internal object (state) information structure that is required to be preserved between calls to EDMA APIs
 CEDMA_paramConfig_t_Param configuration typically used for stand-alone param sets (param sets not associated with any of the 64 DMA channels) such as for QDMA channels or for linking purposes
 CEDMA_paramSetConfig_t_PaRAM Set configuration
 CEDMA_performanceConfig_t_EDMA performance configuration
 CEDMA_qdmaObject_t_QDMA object (state) information used to trigger the QDMA channel after configuring
 CEDMA_queueEntryInfo_t_Queue entry information
 CEDMA_queueStatusInfo_t_Queue status information
 CEDMA_statusInfo_t_EDMA status information at the time of querying status using EDMA_getStatusInfo. This is not some software state but it is hardware state, typically used for debugging purposes. Note CCSTAT::QUEACTVx bits are not reported because they are redundant information given the EDMA_queueStatusInfo_t_
 CEDMA_transferControllerBusErrorInfo_t_Transfer controller bus error information, relevant when EDMA_transferControllerErrorInfo_t_::isBusError is true
 CEDMA_transferControllerErrorConfig_t_Error configuration for a transfer controller, allows enabling/disabling of various error conditions
 CEDMA_transferControllerErrorInfo_t_Transfer controller error information
 CEDMA_transferControllerErrorIsrArgInfo_t_Transfer controller error Isr argument information storage

Copyright 2018, Texas Instruments Incorporated