STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
DCMI Synchronization Mode

Macros

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

Detailed Description

Macro Definition 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 194 of file stm32f7xx_hal_dcmi.h.

#define DCMI_SYNCHRO_HARDWARE   ((uint32_t)0x00000000U)

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

Definition at line 191 of file stm32f7xx_hal_dcmi.h.