Macros
Collaboration diagram for DCMI_HSYNC_Polarity:

Macros

#define DCMI_HSPolarity_High   ((uint16_t)0x0040)
 
#define DCMI_HSPolarity_Low   ((uint16_t)0x0000)
 
#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_High
#define DCMI_HSPolarity_Low

Definition at line 172 of file stm32f4xx_dcmi.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54