STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
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

#define DCMI_HSPolarity_Low   ((uint16_t)0x0000)

Horizontal synchronization active Low

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