Peripheral State and Errors functions.
More...
Peripheral State and Errors functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the LTDC handle state.
(+) Get the LTDC handle error code.
◆ HAL_LTDC_GetError()
Return the LTDC handle error code.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 2106 of file stm32f4xx_hal_ltdc.c.
◆ HAL_LTDC_GetState()
Return the LTDC handle state.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
- Return values
-
Definition at line 2095 of file stm32f4xx_hal_ltdc.c.