![]() |
![]() |
Data Structures | |
| struct | CSL_LcdcConfigLidd |
| Configuration parameters for LCDC in LIDD mode. More... | |
| struct | CSL_LcdcLiddTiming |
| Timing parameters for LCDC in LIDD mode. More... | |
| struct | CSL_LcdcConfigDma |
| Configuration parameters for DMA engine. More... | |
| struct | CSL_LcdcHwSetup |
| Input parameters for setting up LCD Controller Parameters used to put LCDC into useful state. More... | |
| struct | CSL_LcdcObj |
| This object contains the reference to the instance of LCDC opened using the CSL_lcdcOpen() More... | |
| struct | CSL_LcdcBaseAddress |
| This will have the base-address information for the peripheral instance. More... | |
| struct | CSL_LcdcParam |
| LCDC specific parameters. Present implementation doesn't have any specific parameters. More... | |
| struct | CSL_LcdcContext |
| LCDC specific context information. Present implementation doesn't have any Context information. More... | |
Typedefs | |
| typedef struct CSL_LcdcObj | CSL_LcdcObj |
| This object contains the reference to the instance of LCDC opened using the CSL_lcdcOpen() | |
| typedef CSL_LcdcObj * | CSL_LcdcHandle |
| this is a pointer to CSL_LcdcObj and is passed as the first parameter to all LCDC CSL APIs | |
| typedef struct CSL_LcdcObj CSL_LcdcObj |
This object contains the reference to the instance of LCDC opened using the CSL_lcdcOpen()
The pointer to this is passed to all LCDC CSL APIs This structure has the fields required to configure LCDC for any test case/application. It should be initialized as per requirements of a test case/application and passed on to the setup function
1.7.4