|
STM32F439xx HAL User Manual
|
Defines | |
| #define | HAL_LTDC_ERROR_NONE 0x00000000U |
| #define | HAL_LTDC_ERROR_TE 0x00000001U |
| #define | HAL_LTDC_ERROR_FU 0x00000002U |
| #define | HAL_LTDC_ERROR_TIMEOUT 0x00000020U |
| #define HAL_LTDC_ERROR_FU 0x00000002U |
LTDC FIFO Underrun
Definition at line 211 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_IRQHandler().
| #define HAL_LTDC_ERROR_NONE 0x00000000U |
LTDC No error
Definition at line 209 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_DeInit(), and HAL_LTDC_Init().
| #define HAL_LTDC_ERROR_TE 0x00000001U |
LTDC Transfer error
Definition at line 210 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_IRQHandler().
| #define HAL_LTDC_ERROR_TIMEOUT 0x00000020U |
LTDC Timeout error
Definition at line 212 of file stm32f4xx_hal_ltdc.h.
1.7.6.1