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

◆ DCMI_HSPolarity_High

#define DCMI_HSPolarity_High   ((uint16_t)0x0040)

Horizontal synchronization active High

Definition at line 171 of file stm32f4xx_dcmi.h.

◆ DCMI_HSPolarity_Low

#define DCMI_HSPolarity_Low   ((uint16_t)0x0000)

Horizontal synchronization active Low

Definition at line 170 of file stm32f4xx_dcmi.h.

◆ IS_DCMI_HSPOLARITY

#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 Mon Feb 28 2022 23:36:14