STM32F479xx HAL User Manual
Defines
LTDC Interrupts
LTDC Exported Constants

Defines

#define LTDC_IT_LI   LTDC_IER_LIE
#define LTDC_IT_FU   LTDC_IER_FUIE
#define LTDC_IT_TE   LTDC_IER_TERRIE
#define LTDC_IT_RR   LTDC_IER_RRIE

Define Documentation

#define LTDC_IT_FU   LTDC_IER_FUIE

LTDC FIFO Underrun Interrupt

Definition at line 362 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init(), and HAL_LTDC_IRQHandler().

#define LTDC_IT_LI   LTDC_IER_LIE

LTDC Line Interrupt

Definition at line 361 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_IRQHandler(), and HAL_LTDC_ProgramLineEvent().

#define LTDC_IT_RR   LTDC_IER_RRIE

LTDC Register Reload Interrupt

Definition at line 364 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_IRQHandler(), and HAL_LTDC_Reload().

#define LTDC_IT_TE   LTDC_IER_TERRIE

LTDC Transfer Error Interrupt

Definition at line 363 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init(), and HAL_LTDC_IRQHandler().