Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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:
-
LCD Error Code
Definition at line 567 of file stm32l4xx_hal_lcd.c.
HAL_LCD_StateTypeDef HAL_LCD_GetState | ( | LCD_HandleTypeDef * | hlcd ) |
Return the LCD handle state.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
HAL state
Definition at line 556 of file stm32l4xx_hal_lcd.c.
Generated on Tue Jul 12 2022 11:00:04 by
