STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DCMI VSYNC Polarity:

Macros

#define DCMI_VSPOLARITY_LOW   0x00000000U
 
#define DCMI_VSPOLARITY_HIGH   ((uint32_t)DCMI_CR_VSPOL)
 

Detailed Description

Macro Definition Documentation

◆ DCMI_VSPOLARITY_LOW

#define DCMI_VSPOLARITY_LOW   0x00000000U

#include <stm32f4xx_hal_dcmi.h>

Vertical synchronization active Low

Definition at line 182 of file stm32f4xx_hal_dcmi.h.

◆ DCMI_VSPOLARITY_HIGH

#define DCMI_VSPOLARITY_HIGH   ((uint32_t)DCMI_CR_VSPOL)

#include <stm32f4xx_hal_dcmi.h>

Vertical synchronization active High

Definition at line 183 of file stm32f4xx_hal_dcmi.h.