![]() |
![]() |
DMA configuration structure for MMCSD module. More...
#include <csl_mmcsd.h>
Data Fields | |
| Bool | pingPongEnable |
| CSL_DMAAutoReloadMode | autoMode |
| CSL_DMATxBurstLen | burstLen |
| CSL_DMAInterruptState | dmaInt |
| CSL_DMAChanDir | chanDir |
DMA configuration structure for MMCSD module.
Contains configuration parameters for DMA hardware registers.
Auto reloadmode bit
Referenced by MMC_setDmaChanConfig().
Length of the transmit burst
Referenced by MMC_setDmaChanConfig().
Channel direction - Rd/Wr
Referenced by MMC_setDmaChanConfig().
State of DMA interrupt
Referenced by MMC_setDmaChanConfig().
Ping-pong mode configuration for DMA. This mode is applicable only to C5515 DSP. This parameter is available for C5505 CSL also. No need to set this parameter for C5505 DSP. CSL APIs ignore this parameter while configuring the DMA for C5505 DSP. pingPongEnable = 0; Disables DMA Ping-Pong mode pingPongEnable = 1; Enables DMA Ping-Pong mode
Referenced by MMC_setDmaChanConfig().
1.7.4