|
STM32F479xx HAL User Manual
|
Peripheral State and Errors functions. More...
Functions | |
| HAL_LTDC_StateTypeDef | HAL_LTDC_GetState (LTDC_HandleTypeDef *hltdc) |
| Return the LTDC handle state. | |
| uint32_t | HAL_LTDC_GetError (LTDC_HandleTypeDef *hltdc) |
| Return the LTDC handle error code. | |
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.
| uint32_t HAL_LTDC_GetError | ( | LTDC_HandleTypeDef * | hltdc | ) |
Return the LTDC handle error code.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| LTDC | Error Code |
Definition at line 2050 of file stm32f4xx_hal_ltdc.c.
References __LTDC_HandleTypeDef::ErrorCode.
Return the LTDC handle state.
| hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
| HAL | state |
Definition at line 2039 of file stm32f4xx_hal_ltdc.c.
References __LTDC_HandleTypeDef::State.
1.7.6.1