STM32F439xx HAL User Manual
Functions
Initialization and Configuration functions
LTDC Exported Functions

Initialization and Configuration functions. More...

Functions

HAL_StatusTypeDef HAL_LTDC_Init (LTDC_HandleTypeDef *hltdc)
 Initialize the LTDC according to the specified parameters in the LTDC_InitTypeDef.
HAL_StatusTypeDef HAL_LTDC_DeInit (LTDC_HandleTypeDef *hltdc)
 De-initialize the LTDC peripheral.
__weak void HAL_LTDC_MspInit (LTDC_HandleTypeDef *hltdc)
 Initialize the LTDC MSP.
__weak void HAL_LTDC_MspDeInit (LTDC_HandleTypeDef *hltdc)
 De-initialize the LTDC MSP.
void HAL_LTDC_ErrorCallback (LTDC_HandleTypeDef *hltdc)
 Error LTDC callback.
void HAL_LTDC_LineEventCallback (LTDC_HandleTypeDef *hltdc)
 Line Event callback.
void HAL_LTDC_ReloadEventCallback (LTDC_HandleTypeDef *hltdc)
 Reload Event callback.

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
                ##### Initialization and Configuration functions #####
 ===============================================================================  
    [..]  This section provides functions allowing to:
      (+) Initialize and configure the LTDC
      (+) De-initialize the LTDC 


Function Documentation

HAL_StatusTypeDef HAL_LTDC_DeInit ( LTDC_HandleTypeDef hltdc)

De-initialize the LTDC peripheral.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
None

Definition at line 244 of file stm32f4xx_hal_ltdc.c.

References LTDC_HandleTypeDef::ErrorCode, HAL_LTDC_ERROR_NONE, HAL_LTDC_MspDeInit(), HAL_LTDC_STATE_RESET, and LTDC_HandleTypeDef::State.

Error LTDC callback.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
None

Definition at line 410 of file stm32f4xx_hal_ltdc.c.

Referenced by HAL_LTDC_IRQHandler().

HAL_StatusTypeDef HAL_LTDC_Init ( LTDC_HandleTypeDef hltdc)

Line Event callback.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
None

Definition at line 426 of file stm32f4xx_hal_ltdc.c.

Referenced by HAL_LTDC_IRQHandler().

De-initialize the LTDC MSP.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
None

Definition at line 283 of file stm32f4xx_hal_ltdc.c.

Referenced by HAL_LTDC_DeInit().

Initialize the LTDC MSP.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
None

Definition at line 267 of file stm32f4xx_hal_ltdc.c.

Referenced by HAL_LTDC_Init().

Reload Event callback.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
None

Definition at line 442 of file stm32f4xx_hal_ltdc.c.

Referenced by HAL_LTDC_IRQHandler().