discoverpixy
Macros
Collaboration diagram for LTDC_Reload:

Macros

#define LTDC_IMReload   LTDC_SRCR_IMR
 
#define LTDC_VBReload   LTDC_SRCR_VBR
 
#define IS_LTDC_RELOAD(RELOAD)
 

Detailed Description

Macro Definition Documentation

#define IS_LTDC_RELOAD (   RELOAD)
Value:
(((RELOAD) == LTDC_IMReload) || \
((RELOAD) == LTDC_VBReload))
#define LTDC_IMReload
Definition: stm32f4xx_ltdc.h:281
#define LTDC_VBReload
Definition: stm32f4xx_ltdc.h:282
#define LTDC_IMReload   LTDC_SRCR_IMR

Immediately Reload.

#define LTDC_VBReload   LTDC_SRCR_VBR

Vertical Blanking Reload.