discoverpixy
Macros
Collaboration diagram for LTDC_PCPolarity:

Macros

#define LTDC_PCPolarity_IPC   ((uint32_t)0x00000000)
 
#define LTDC_PCPolarity_IIPC   LTDC_GCR_PCPOL
 
#define IS_LTDC_PCPOL(PCPOL)
 

Detailed Description

Macro Definition Documentation

#define IS_LTDC_PCPOL (   PCPOL)
Value:
(((PCPOL) == LTDC_PCPolarity_IPC) || \
((PCPOL) == LTDC_PCPolarity_IIPC))
#define LTDC_PCPolarity_IIPC
Definition: stm32f4xx_ltdc.h:269
#define LTDC_PCPolarity_IPC
Definition: stm32f4xx_ltdc.h:268
#define LTDC_PCPolarity_IIPC   LTDC_GCR_PCPOL

inverted input pixel clock.

#define LTDC_PCPolarity_IPC   ((uint32_t)0x00000000)

input pixel clock.