Initialization and Configuration functions.
More...
Initialization and Configuration functions.
===============================================================================
##### Initialization and Configuration functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Initialize and configure the LTDC
(+) De-initialize the LTDC
◆ HAL_LTDC_DeInit()
De-initialize the LTDC peripheral.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 329 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_ErrorCallback()
Error LTDC callback.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 749 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_Init()
Initialize the LTDC according to the specified parameters in the LTDC_InitTypeDef.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 219 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_LineEventCallback()
Line Event callback.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 765 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_MspDeInit()
De-initialize the LTDC MSP.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 415 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_MspInit()
Initialize the LTDC MSP.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 399 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_RegisterCallback()
Register a User LTDC Callback To be used instead of the weak predefined callback.
- Parameters
-
hltdc | ltdc handle |
CallbackID | ID of the callback to be registered This parameter can be one of the following values:
|
pCallback | pointer to the Callback function |
- Return values
-
Definition at line 440 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_ReloadEventCallback()
Reload Event callback.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 781 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_UnRegisterCallback()
Unregister an LTDC Callback LTDC callback is redirected to the weak predefined callback.
- Parameters
-
hltdc | ltdc handle |
CallbackID | ID of the callback to be unregistered This parameter can be one of the following values:
|
- Return values
-
Definition at line 534 of file stm32f4xx_hal_ltdc.c.