CARME-M4 BSP  V1.5
+ Collaboration diagram for DCMI_HSYNC_Polarity:

Macros

#define DCMI_HSPolarity_Low   ((uint16_t)0x0000)
 
#define DCMI_HSPolarity_High   ((uint16_t)0x0040)
 
#define IS_DCMI_HSPOLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define DCMI_HSPolarity_High   ((uint16_t)0x0040)

Horizontal synchronization active High

Definition at line 171 of file stm32f4xx_dcmi.h.

#define DCMI_HSPolarity_Low   ((uint16_t)0x0000)

Horizontal synchronization active Low

Definition at line 170 of file stm32f4xx_dcmi.h.

#define IS_DCMI_HSPOLARITY (   POLARITY)
Value:
(((POLARITY) == DCMI_HSPolarity_Low) || \
((POLARITY) == DCMI_HSPolarity_High))
#define DCMI_HSPolarity_Low
#define DCMI_HSPolarity_High

Definition at line 172 of file stm32f4xx_dcmi.h.