STM32L443xx HAL User Manual
|
Defines | |
#define | HAL_LCD_ERROR_NONE (0x00000000U) |
#define | HAL_LCD_ERROR_FCRSF (0x00000001U) |
#define | HAL_LCD_ERROR_UDR (0x00000002U) |
#define | HAL_LCD_ERROR_UDD (0x00000004U) |
#define | HAL_LCD_ERROR_ENS (0x00000008U) |
#define | HAL_LCD_ERROR_RDY (0x00000010U) |
#define HAL_LCD_ERROR_ENS (0x00000008U) |
LCD enabled status flag timeout error
Definition at line 120 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
#define HAL_LCD_ERROR_FCRSF (0x00000001U) |
Synchro flag timeout error
Definition at line 117 of file stm32l4xx_hal_lcd.h.
Referenced by LCD_WaitForSynchro().
#define HAL_LCD_ERROR_NONE (0x00000000U) |
No error
Definition at line 116 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_DeInit(), and HAL_LCD_Init().
#define HAL_LCD_ERROR_RDY (0x00000010U) |
LCD Booster ready timeout error
Definition at line 121 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
#define HAL_LCD_ERROR_UDD (0x00000004U) |
Update display done flag timeout error
Definition at line 119 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_UpdateDisplayRequest().
#define HAL_LCD_ERROR_UDR (0x00000002U) |
Update display request flag timeout error
Definition at line 118 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Clear(), and HAL_LCD_Write().