AM273x MCU+ SDK  08.02.00
CBUFF_EDMATrackingEntry Struct Reference

Detailed Description

CBUFF EDMA Tracking Entry.

The structure holds information about the EDMA channel which has been added to correspond to the linked list entry to DMA the data into the CBUFF.

Data Fields

CBUFF_EDMAChannelCfg cbuffEDMAChannelCfg
 EDMA Channel Configuration allocated by the application and which is used to program the CBUFF Transfers. More...
 
uint32_t srcAddress
 Source address of the EDMA Transfer. More...
 
uint32_t transferSize
 Size of the data being transferred by the EDMA. This is stored in CBUFF Units. More...
 

Field Documentation

◆ cbuffEDMAChannelCfg

CBUFF_EDMAChannelCfg CBUFF_EDMATrackingEntry::cbuffEDMAChannelCfg

EDMA Channel Configuration allocated by the application and which is used to program the CBUFF Transfers.

◆ srcAddress

uint32_t CBUFF_EDMATrackingEntry::srcAddress

Source address of the EDMA Transfer.

◆ transferSize

uint32_t CBUFF_EDMATrackingEntry::transferSize

Size of the data being transferred by the EDMA. This is stored in CBUFF Units.