Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
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 561 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 550 of file stm32l4xx_hal_lcd.c.
Generated on Tue Jul 12 2022 11:35:30 by
