STM32F439xx 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 336 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 335 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 338 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 337 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init(), and HAL_LTDC_IRQHandler().