STM32F439xx HAL User Manual
Defines
DCMI Synchronization Mode
DCMI Exported Constants

Defines

#define DCMI_SYNCHRO_HARDWARE   0x00000000U
#define DCMI_SYNCHRO_EMBEDDED   ((uint32_t)DCMI_CR_ESS)

Define Documentation

#define DCMI_SYNCHRO_EMBEDDED   ((uint32_t)DCMI_CR_ESS)

Embedded synchronization data capture is synchronized with synchronization codes embedded in the data flow

Definition at line 143 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

#define DCMI_SYNCHRO_HARDWARE   0x00000000U

Hardware synchronization data capture (frame/line start/stop) is synchronized with the HSYNC/VSYNC signals

Definition at line 141 of file stm32f4xx_hal_dcmi.h.