STM32F439xx HAL User Manual
Defines
DCMI HSYNC Polarity
DCMI Exported Constants

Defines

#define DCMI_HSPOLARITY_LOW   0x00000000U
#define DCMI_HSPOLARITY_HIGH   ((uint32_t)DCMI_CR_HSPOL)

Define Documentation

#define DCMI_HSPOLARITY_HIGH   ((uint32_t)DCMI_CR_HSPOL)

Horizontal synchronization active High

Definition at line 174 of file stm32f4xx_hal_dcmi.h.

#define DCMI_HSPOLARITY_LOW   0x00000000U

Horizontal synchronization active Low

Definition at line 173 of file stm32f4xx_hal_dcmi.h.