STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DCMI_VSYNC_Polarity

Macros

#define DCMI_VSPolarity_Low   ((uint16_t)0x0000)
 
#define DCMI_VSPolarity_High   ((uint16_t)0x0080)
 
#define IS_DCMI_VSPOLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define DCMI_VSPolarity_High   ((uint16_t)0x0080)

Vertical synchronization active High

#define DCMI_VSPolarity_Low   ((uint16_t)0x0000)

Vertical synchronization active Low

#define IS_DCMI_VSPOLARITY (   POLARITY)
Value:
(((POLARITY) == DCMI_VSPolarity_Low) || \
((POLARITY) == DCMI_VSPolarity_High))