STM32F479xx HAL User Manual
Defines
LTDC Error Code
LTDC Exported Constants

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_INVALID_CALLBACK   0x00000040U

Define Documentation

#define HAL_LTDC_ERROR_FU   0x00000002U

LTDC FIFO Underrun

Definition at line 234 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_IRQHandler().

#define HAL_LTDC_ERROR_INVALID_CALLBACK   0x00000040U

LTDC Invalid Callback error

Definition at line 237 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_RegisterCallback(), and HAL_LTDC_UnRegisterCallback().

#define HAL_LTDC_ERROR_NONE   0x00000000U

LTDC No error

Definition at line 232 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 233 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_IRQHandler().

#define HAL_LTDC_ERROR_TIMEOUT   0x00000020U

LTDC Timeout error

Definition at line 235 of file stm32f4xx_hal_ltdc.h.