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 |
uint32_t HWA_SrcDMAConfig::srcAddr |
source Address for the DMA programming
uint32_t HWA_SrcDMAConfig::destAddr |
destination Address for the DMA programming
uint16_t HWA_SrcDMAConfig::aCnt |
A count for the DMA programming
uint16_t HWA_SrcDMAConfig::bCnt |
B count for the DMA programming
uint16_t HWA_SrcDMAConfig::cCnt |
C count for the DMA programming