Defines
LCDC Symbols Defined
LCDC

Defines

#define CSL_LCDC_INSTANCE_0   (0x0)
#define CSL_LCDC_INSTANCE_INV   (0xFF)
#define CSL_LCD_ENABLE   (Uint16)(0x1)
#define CSL_LCD_DISABLE   (Uint16)(0x0)
#define CSL_LCD_ACTIVE   (Uint16)(0x0)
#define CSL_LCD_RESET_CLOCK_CYCLE   (0x20)
#define CSL_LCD_SARAM_START_ADDR   (0x08000)
#define CSL_LCD_SARAM_END_ADDR   (0x27FFF)
#define CSL_LCD_SARAM_DMA_ADDR_OFFSET   (0x080000)
#define CSL_LCD_UINT16_MASK   (0xFFFF)
#define CSL_LCD_DMA_SHIFT   (0x01)
#define CSL_LCD_UINT16_NUMBER_BITS   (0x0010)
#define CSL_LCD_LCDLIDDCR_POLARITY_CONTROL_MASK   (0x00F8)

Define Documentation

#define CSL_LCD_ACTIVE   (Uint16)(0x0)

hash define bit value for active condition for LCDC

#define CSL_LCD_DISABLE   (Uint16)(0x0)

hash define value for disabling the particular bit

#define CSL_LCD_DMA_SHIFT   (0x01)

shift value to change cpu addr for DMA

Referenced by LCD_configDMA(), and LCD_getConfigDMA().

#define CSL_LCD_ENABLE   (Uint16)(0x1)

hash define value for enabling the particular bit

Referenced by LCD_setup().

#define CSL_LCD_LCDLIDDCR_POLARITY_CONTROL_MASK   (0x00F8)

mask value for LIDD Controller Polarity Field

Referenced by LCD_getSetup().

#define CSL_LCD_RESET_CLOCK_CYCLE   (0x20)

LCD reset clock cycle count

Referenced by LCD_init().

#define CSL_LCD_SARAM_DMA_ADDR_OFFSET   (0x080000)

SARAM starting address seen by DMA

Referenced by LCD_configDMA(), and LCD_getConfigDMA().

#define CSL_LCD_SARAM_END_ADDR   (0x27FFF)

SARAM ending address

Referenced by LCD_configDMA().

#define CSL_LCD_SARAM_START_ADDR   (0x08000)

SARAM starting address

Referenced by LCD_configDMA().

#define CSL_LCD_UINT16_MASK   (0xFFFF)

mask value for 16 bit variable

Referenced by LCD_configDMA().

#define CSL_LCD_UINT16_NUMBER_BITS   (0x0010)

no of bits in a Uint16 datatype variable

Referenced by LCD_configDMA(), and LCD_getConfigDMA().

#define CSL_LCDC_INSTANCE_0   (0x0)

hash define value for instance 0 of LCDC

#define CSL_LCDC_INSTANCE_INV   (0xFF)

hash define value for invalid instance of LCDC

Referenced by LCD_close().