Data Fields
CSL_MmcsdDmaConfig Struct Reference

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

Detailed Description

DMA configuration structure for MMCSD module.

Contains configuration parameters for DMA hardware registers.


Field Documentation

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().


The documentation for this struct was generated from the following file: