Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
Initialization/de-initialization methods
[LCD Exported Functions]
Initialization and Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_LCD_Init (LCD_HandleTypeDef *hlcd) |
Initialize the LCD peripheral according to the specified parameters in the LCD_InitStruct and initialize the associated handle. | |
HAL_StatusTypeDef | HAL_LCD_DeInit (LCD_HandleTypeDef *hlcd) |
DeInitialize the LCD peripheral. | |
__weak void | HAL_LCD_MspDeInit (LCD_HandleTypeDef *hlcd) |
DeInitialize the LCD MSP. | |
__weak void | HAL_LCD_MspInit (LCD_HandleTypeDef *hlcd) |
Initialize the LCD MSP. |
Detailed Description
Initialization and Configuration functions.
=============================================================================== ##### Initialization and Configuration functions ##### =============================================================================== [..]
Function Documentation
HAL_StatusTypeDef HAL_LCD_DeInit | ( | LCD_HandleTypeDef * | hlcd ) |
DeInitialize the LCD peripheral.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
HAL status
Definition at line 276 of file stm32l4xx_hal_lcd.c.
HAL_StatusTypeDef HAL_LCD_Init | ( | LCD_HandleTypeDef * | hlcd ) |
Initialize the LCD peripheral according to the specified parameters in the LCD_InitStruct and initialize the associated handle.
- Note:
- This function can be used only when the LCD is disabled.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
None
< Wait Until the LCD Booster is ready
Definition at line 157 of file stm32l4xx_hal_lcd.c.
__weak void HAL_LCD_MspDeInit | ( | LCD_HandleTypeDef * | hlcd ) |
DeInitialize the LCD MSP.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
None
Definition at line 306 of file stm32l4xx_hal_lcd.c.
__weak void HAL_LCD_MspInit | ( | LCD_HandleTypeDef * | hlcd ) |
Initialize the LCD MSP.
- Parameters:
-
hlcd,: LCD handle
- Return values:
-
None
Definition at line 318 of file stm32l4xx_hal_lcd.c.
Generated on Tue Jul 12 2022 11:35:30 by
