![]() |
![]() |
Configuration parameters for DMA engine. More...
#include <csl_lcdc.h>
Data Fields | |
| CSL_LcdcDmaBurst | burstSize |
| CSL_LcdcEofIntCtl | eofIntEn |
| CSL_LcdcEndianess | bigEndian |
| CSL_LcdcFrameMode | frameMode |
| Uint32 | fb0Base |
| Uint32 | fb0Ceil |
| Uint32 | fb1Base |
| Uint32 | fb1Ceil |
Configuration parameters for DMA engine.
Used to configure DMA
Big Endian enable
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
Burst Size setting for DMA transfers
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
End of Frame Interrupt Enable
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
| Uint32 CSL_LcdcConfigDma::fb0Base |
The start address for frame buffer 0, specify most significant 30-bits
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
| Uint32 CSL_LcdcConfigDma::fb0Ceil |
The end address for frame buffer 0, specify most significant 30-bits
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
| Uint32 CSL_LcdcConfigDma::fb1Base |
The start address for frame buffer 1, specify most significant 30-bits
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
| Uint32 CSL_LcdcConfigDma::fb1Ceil |
The end address for frame buffer 1, specify most significant 30-bits
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
Frame Mode
Referenced by LCD_configDMA(), and LCD_getConfigDMA().
1.7.4