Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

LCD Private Functions

LCD Private Functions
[LCD]

Functions

HAL_StatusTypeDef LCD_WaitForSynchro (LCD_HandleTypeDef *hlcd)
 Wait until the LCD FCR register is synchronized in the LCDCLK domain.

Function Documentation

HAL_StatusTypeDef LCD_WaitForSynchro ( LCD_HandleTypeDef *  hlcd )

Wait until the LCD FCR register is synchronized in the LCDCLK domain.

This function must be called after any write operation to LCD_FCR register.

Return values:
None

Definition at line 583 of file stm32l4xx_hal_lcd.c.