STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | DCMI_SYNCHRO_HARDWARE 0x00000000U |
#define | DCMI_SYNCHRO_EMBEDDED ((uint32_t)DCMI_CR_ESS) |
#define DCMI_SYNCHRO_HARDWARE 0x00000000U |
#include <stm32f4xx_hal_dcmi.h>
Hardware synchronization data capture (frame/line start/stop) is synchronized with the HSYNC/VSYNC signals
Definition at line 160 of file stm32f4xx_hal_dcmi.h.
#define DCMI_SYNCHRO_EMBEDDED ((uint32_t)DCMI_CR_ESS) |
#include <stm32f4xx_hal_dcmi.h>
Embedded synchronization data capture is synchronized with synchronization codes embedded in the data flow
Definition at line 162 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().