STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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 LTDC_IT_LI LTDC_IER_LIE |
#include <stm32f4xx_hal_ltdc.h>
LTDC Line Interrupt
Definition at line 376 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_IRQHandler(), and HAL_LTDC_ProgramLineEvent().
#define LTDC_IT_FU LTDC_IER_FUIE |
#include <stm32f4xx_hal_ltdc.h>
LTDC FIFO Underrun Interrupt
Definition at line 377 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and HAL_LTDC_IRQHandler().
#define LTDC_IT_TE LTDC_IER_TERRIE |
#include <stm32f4xx_hal_ltdc.h>
LTDC Transfer Error Interrupt
Definition at line 378 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and HAL_LTDC_IRQHandler().
#define LTDC_IT_RR LTDC_IER_RRIE |
#include <stm32f4xx_hal_ltdc.h>
LTDC Register Reload Interrupt
Definition at line 379 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_IRQHandler(), and HAL_LTDC_Reload().