![]() |
![]() |
DMA configuration structure. More...
#include <csl_dma.h>
DMA configuration structure.
Contains configuration parameters for DMA hardware registers. This has to be filled by the drivers using DMA.
Auto reloadmode bit
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), and MMC_setDmaChanConfig().
Length of the transmit burst
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), MMC_read(), MMC_setDmaChanConfig(), and MMC_write().
Channel direction - Rd/Wr
Referenced by DMA_config(), DMA_getConfig(), and MMC_open().
| Uint16 CSL_DMA_Config::dataLen |
Length of data to transfer in number of bytes
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), MMC_read(), and MMC_write().
| Uint32 CSL_DMA_Config::destAddr |
Address of destination data buffer
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), and MMC_read().
Type of the DMA event
Referenced by DMA_config(), DMA_getConfig(), and MMC_open().
state of DMA interrupt
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), and MMC_setDmaChanConfig().
Enable Ping-Pong Mode
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), and MMC_setDmaChanConfig().
| Uint32 CSL_DMA_Config::srcAddr |
Address of source data buffer
Referenced by DMA_config(), DMA_getConfig(), MMC_open(), and MMC_write().
Type of the data transfer
Referenced by DMA_config(), DMA_getConfig(), and MMC_open().
Type of DMA triggering HW/SW
Referenced by DMA_config(), DMA_getConfig(), and MMC_open().
1.7.4