AM273x MCU+ SDK  08.02.00

Detailed Description

Source trigger DMA parameters.

Source trigger DMA parameters that the user can use to configure a generic DMA channel to trigger the HWA

Note: source and destination addresses represent CPU view of HWA address. Depending on the SOC and the dma engine which is used for transfer, they may need to be translated by caller.

Example: SOC_translateAddr API with SOC_TranslateAddr_Dir_TO_EDMA should be used when passing it to EDMA API for configuration.

Data Fields

uint32_t srcAddr
 
uint32_t destAddr
 
uint16_t aCnt
 
uint16_t bCnt
 
uint16_t cCnt
 

Field Documentation

◆ srcAddr

uint32_t HWA_SrcDMAConfig::srcAddr

source Address for the DMA programming

◆ destAddr

uint32_t HWA_SrcDMAConfig::destAddr

destination Address for the DMA programming

◆ aCnt

uint16_t HWA_SrcDMAConfig::aCnt

A count for the DMA programming

◆ bCnt

uint16_t HWA_SrcDMAConfig::bCnt

B count for the DMA programming

◆ cCnt

uint16_t HWA_SrcDMAConfig::cCnt

C count for the DMA programming