STM32L486xx HAL User Manual
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 587 of file stm32l4xx_hal_lcd.c.

References __HAL_LCD_GET_FLAG, LCD_HandleTypeDef::ErrorCode, HAL_GetTick(), HAL_LCD_ERROR_FCRSF, LCD_FLAG_FCRSF, and LCD_TIMEOUT_VALUE.

Referenced by HAL_LCD_Init().