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.
Fork of TUKS-COURSE-TIMER 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 321 of file stm32l4xx_hal_lcd.c.
Generated on Tue Jul 12 2022 17:38:53 by
