STM32L486xx HAL User Manual
Functions
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:
HALstatus

Definition at line 274 of file stm32l4xx_hal_lcd.c.

References assert_param, LCD_HandleTypeDef::ErrorCode, HAL_LCD_ERROR_NONE, HAL_LCD_MspDeInit(), HAL_LCD_STATE_BUSY, HAL_LCD_STATE_RESET, LCD_HandleTypeDef::Instance, and LCD_HandleTypeDef::State.

HAL_StatusTypeDef HAL_LCD_Init ( LCD_HandleTypeDef hlcd)

DeInitialize the LCD MSP.

Parameters:
hlcd,:LCD handle
Return values:
None

Definition at line 304 of file stm32l4xx_hal_lcd.c.

Referenced by HAL_LCD_DeInit().

Initialize the LCD MSP.

Parameters:
hlcd,:LCD handle
Return values:
None

Definition at line 319 of file stm32l4xx_hal_lcd.c.

Referenced by HAL_LCD_Init().