STM32L486xx HAL User Manual
Functions
Peripheral State methods
LCD Exported Functions

LCD State functions. More...

Functions

HAL_LCD_StateTypeDef HAL_LCD_GetState (LCD_HandleTypeDef *hlcd)
 Return the LCD handle state.
uint32_t HAL_LCD_GetError (LCD_HandleTypeDef *hlcd)
 Return the LCD error code.

Detailed Description

LCD State functions.

 ===============================================================================
                      ##### Peripheral State functions #####
 ===============================================================================
    [..]
     This subsection provides a set of functions allowing to control the LCD:
      (+) HAL_LCD_GetState() API can be helpful to check in run-time the state of the LCD peripheral State.
      (+) HAL_LCD_GetError() API to return the LCD error code.

Function Documentation

uint32_t HAL_LCD_GetError ( LCD_HandleTypeDef hlcd)

Return the LCD error code.

Parameters:
hlcd,:LCD handle
Return values:
LCDError Code

Definition at line 565 of file stm32l4xx_hal_lcd.c.

References LCD_HandleTypeDef::ErrorCode.

Return the LCD handle state.

Parameters:
hlcd,:LCD handle
Return values:
HALstate

Definition at line 554 of file stm32l4xx_hal_lcd.c.

References LCD_HandleTypeDef::State.