STM32H735xx 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 220 of file stm32h7xx_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 218 of file stm32h7xx_hal_dcmi.h.