|
STM32L443xx HAL User Manual
|
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. | |
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.
| uint32_t HAL_LCD_GetError | ( | LCD_HandleTypeDef * | hlcd | ) |
Return the LCD error code.
| hlcd | LCD handle |
| LCD | Error Code |
Definition at line 550 of file stm32l4xx_hal_lcd.c.
References LCD_HandleTypeDef::ErrorCode.
Return the LCD handle state.
| hlcd | LCD handle |
| HAL | state |
Definition at line 539 of file stm32l4xx_hal_lcd.c.
References LCD_HandleTypeDef::State.
1.7.6.1