STM32L443xx HAL User Manual
|
UART handle Structure definition. More...
#include <stm32l4xx_hal_lcd.h>
Data Fields | |
LCD_TypeDef * | Instance |
LCD_InitTypeDef | Init |
HAL_LockTypeDef | Lock |
__IO HAL_LCD_StateTypeDef | State |
__IO uint32_t | ErrorCode |
UART handle Structure definition.
Definition at line 91 of file stm32l4xx_hal_lcd.h.
__IO uint32_t LCD_HandleTypeDef::ErrorCode |
Definition at line 101 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Clear(), HAL_LCD_DeInit(), HAL_LCD_GetError(), HAL_LCD_Init(), HAL_LCD_UpdateDisplayRequest(), HAL_LCD_Write(), and LCD_WaitForSynchro().
Definition at line 95 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
LCD_TypeDef* LCD_HandleTypeDef::Instance |
Definition at line 93 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Clear(), HAL_LCD_DeInit(), HAL_LCD_Init(), HAL_LCD_UpdateDisplayRequest(), and HAL_LCD_Write().
HAL_LockTypeDef LCD_HandleTypeDef::Lock |
Definition at line 97 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Init().
Definition at line 99 of file stm32l4xx_hal_lcd.h.
Referenced by HAL_LCD_Clear(), HAL_LCD_DeInit(), HAL_LCD_GetState(), HAL_LCD_Init(), HAL_LCD_UpdateDisplayRequest(), and HAL_LCD_Write().