STM32F479xx HAL User Manual
|
Defines | |
#define | DCMI_SYNCHRO_HARDWARE 0x00000000U |
#define | DCMI_SYNCHRO_EMBEDDED ((uint32_t)DCMI_CR_ESS) |
#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 164 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 162 of file stm32f4xx_hal_dcmi.h.