|
STM32L4xx_HAL_Driver
1.14.0
|
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. More... | |
| HAL_StatusTypeDef | HAL_LTDC_DeInit (LTDC_HandleTypeDef *hltdc) |
| De-initialize the LTDC peripheral. More... | |
| void | HAL_LTDC_MspInit (LTDC_HandleTypeDef *hltdc) |
| Initialize the LTDC MSP. More... | |
| void | HAL_LTDC_MspDeInit (LTDC_HandleTypeDef *hltdc) |
| De-initialize the LTDC MSP. More... | |
| void | HAL_LTDC_ErrorCallback (LTDC_HandleTypeDef *hltdc) |
| Error LTDC callback. More... | |
| void | HAL_LTDC_LineEventCallback (LTDC_HandleTypeDef *hltdc) |
| Line Event callback. More... | |
| void | HAL_LTDC_ReloadEventCallback (LTDC_HandleTypeDef *hltdc) |
| Reload Event callback. More... | |
| HAL_StatusTypeDef | HAL_LTDC_RegisterCallback (LTDC_HandleTypeDef *hltdc, HAL_LTDC_CallbackIDTypeDef CallbackID, pLTDC_CallbackTypeDef pCallback) |
| Register a User LTDC Callback To be used instead of the weak predefined callback. More... | |
| HAL_StatusTypeDef | HAL_LTDC_UnRegisterCallback (LTDC_HandleTypeDef *hltdc, HAL_LTDC_CallbackIDTypeDef CallbackID) |
| Unregister an LTDC Callback LTDC callabck is redirected to the weak predefined callback. 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_StatusTypeDef HAL_LTDC_DeInit | ( | LTDC_HandleTypeDef * | hltdc | ) |
De-initialize the LTDC peripheral.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| None |
Definition at line 321 of file stm32l4xx_hal_ltdc.c.
| void HAL_LTDC_ErrorCallback | ( | LTDC_HandleTypeDef * | hltdc | ) |
Error LTDC callback.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| None |
Definition at line 702 of file stm32l4xx_hal_ltdc.c.
| HAL_StatusTypeDef HAL_LTDC_Init | ( | LTDC_HandleTypeDef * | hltdc | ) |
Initialize the LTDC according to the specified parameters in the LTDC_InitTypeDef.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| HAL | status |
Definition at line 212 of file stm32l4xx_hal_ltdc.c.
| void HAL_LTDC_LineEventCallback | ( | LTDC_HandleTypeDef * | hltdc | ) |
Line Event callback.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| None |
Definition at line 718 of file stm32l4xx_hal_ltdc.c.
| __weak void HAL_LTDC_MspDeInit | ( | LTDC_HandleTypeDef * | hltdc | ) |
De-initialize the LTDC MSP.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| None |
Definition at line 369 of file stm32l4xx_hal_ltdc.c.
| __weak void HAL_LTDC_MspInit | ( | LTDC_HandleTypeDef * | hltdc | ) |
Initialize the LTDC MSP.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| None |
Definition at line 353 of file stm32l4xx_hal_ltdc.c.
| HAL_StatusTypeDef HAL_LTDC_RegisterCallback | ( | LTDC_HandleTypeDef * | hltdc, |
| HAL_LTDC_CallbackIDTypeDef | CallbackID, | ||
| pLTDC_CallbackTypeDef | pCallback | ||
| ) |
Register a User LTDC Callback To be used instead of the weak predefined callback.
| 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 |
| status |
Definition at line 394 of file stm32l4xx_hal_ltdc.c.
| void HAL_LTDC_ReloadEventCallback | ( | LTDC_HandleTypeDef * | hltdc | ) |
Reload Event callback.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| None |
Definition at line 734 of file stm32l4xx_hal_ltdc.c.
| HAL_StatusTypeDef HAL_LTDC_UnRegisterCallback | ( | LTDC_HandleTypeDef * | hltdc, |
| HAL_LTDC_CallbackIDTypeDef | CallbackID | ||
| ) |
Unregister an LTDC Callback LTDC callabck is redirected to the weak predefined callback.
| hltdc | ltdc handle |
| CallbackID | ID of the callback to be unregistered This parameter can be one of the following values:
|
| status |
Definition at line 487 of file stm32l4xx_hal_ltdc.c.