discoverpixy
Macros
Collaboration diagram for LTDC_HSPolarity:

Macros

#define LTDC_HSPolarity_AL   ((uint32_t)0x00000000)
 
#define LTDC_HSPolarity_AH   LTDC_GCR_HSPOL
 
#define IS_LTDC_HSPOL(HSPOL)
 

Detailed Description

Macro Definition Documentation

#define IS_LTDC_HSPOL (   HSPOL)
Value:
(((HSPOL) == LTDC_HSPolarity_AL) || \
((HSPOL) == LTDC_HSPolarity_AH))
#define LTDC_HSPolarity_AL
Definition: stm32f4xx_ltdc.h:229
#define LTDC_HSPolarity_AH
Definition: stm32f4xx_ltdc.h:230
#define LTDC_HSPolarity_AH   LTDC_GCR_HSPOL

Horizontal Synchronization is active high.

#define LTDC_HSPolarity_AL   ((uint32_t)0x00000000)

Horizontal Synchronization is active low.