STM32L486xx HAL User Manual
Defines
LCD Error Code
LCD Exported Constants

Defines

#define HAL_LCD_ERROR_NONE   ((uint32_t)0x00)
#define HAL_LCD_ERROR_FCRSF   ((uint32_t)0x01)
#define HAL_LCD_ERROR_UDR   ((uint32_t)0x02)
#define HAL_LCD_ERROR_UDD   ((uint32_t)0x04)
#define HAL_LCD_ERROR_ENS   ((uint32_t)0x08)
#define HAL_LCD_ERROR_RDY   ((uint32_t)0x10)

Define Documentation

#define HAL_LCD_ERROR_ENS   ((uint32_t)0x08)

LCD enabled status flag timeout error

Definition at line 138 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

#define HAL_LCD_ERROR_FCRSF   ((uint32_t)0x01)

Synchro flag timeout error

Definition at line 135 of file stm32l4xx_hal_lcd.h.

Referenced by LCD_WaitForSynchro().

#define HAL_LCD_ERROR_NONE   ((uint32_t)0x00)

No error

Definition at line 134 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_DeInit(), and HAL_LCD_Init().

#define HAL_LCD_ERROR_RDY   ((uint32_t)0x10)

LCD Booster ready timeout error

Definition at line 139 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Init().

#define HAL_LCD_ERROR_UDD   ((uint32_t)0x04)

Update display done flag timeout error

Definition at line 137 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_UpdateDisplayRequest().

#define HAL_LCD_ERROR_UDR   ((uint32_t)0x02)

Update display request flag timeout error

Definition at line 136 of file stm32l4xx_hal_lcd.h.

Referenced by HAL_LCD_Clear(), and HAL_LCD_Write().