LCD_Init() is only used within LCD_DSI_ImagesSlider.
 
Symbols
loading...
Files
loading...

LCD_Init() function

Initializes the DSI LCD. The ititialization is done as below: - DSI PLL ititialization - DSI ititialization - LTDC ititialization - OTM8009A LCD Display IC Driver ititialization

Syntax

static uint8_t LCD_Init(void);
Implemented in main.c:859

Return value

LCD state

References

LocationReferrerText
main.c:859
static uint8_t LCD_Init(void)
main.c:99
static uint8_t LCD_Init(void);
main.c:155main()
lcd_status = LCD_Init();

Call Tree

Data read by LCD_Init()
Data written by LCD_Init()
LCD_Init()::PhyTimings
LCD_Init()::CmdCfg
LCD_Init()::LPCmd
LCD_Init()::dsiPllInit
LCD_Init()::PeriphClkInitStruct
all items filtered out
LCD_Init()