STM32L486xx HAL User Manual
Data Structures | Enumerations
LCD Exported Types
LCD

Data Structures

struct  LCD_InitTypeDef
 LCD Init structure definition. More...
struct  LCD_HandleTypeDef
 UART handle Structure definition. More...

Enumerations

enum  HAL_LCD_StateTypeDef {
  HAL_LCD_STATE_RESET = 0x00, HAL_LCD_STATE_READY = 0x01, HAL_LCD_STATE_BUSY = 0x02, HAL_LCD_STATE_TIMEOUT = 0x03,
  HAL_LCD_STATE_ERROR = 0x04
}
 HAL LCD State structures definition. More...

Enumeration Type Documentation

HAL LCD State structures definition.

Enumerator:
HAL_LCD_STATE_RESET 

Peripheral is not yet Initialized

HAL_LCD_STATE_READY 

Peripheral Initialized and ready for use

HAL_LCD_STATE_BUSY 

an internal process is ongoing

HAL_LCD_STATE_TIMEOUT 

Timeout state

HAL_LCD_STATE_ERROR 

Error

Definition at line 97 of file stm32l4xx_hal_lcd.h.