CARME-M4 BSP
V1.5
|
Macros | |
#define | DCMI_SynchroMode_Hardware ((uint16_t)0x0000) |
#define | DCMI_SynchroMode_Embedded ((uint16_t)0x0010) |
#define | IS_DCMI_SYNCHRO(MODE) |
#define DCMI_SynchroMode_Embedded ((uint16_t)0x0010) |
Embedded synchronization data capture is synchronized with synchronization codes embedded in the data flow
Definition at line 133 of file stm32f4xx_dcmi.h.
#define DCMI_SynchroMode_Hardware ((uint16_t)0x0000) |
Hardware synchronization data capture (frame/line start/stop) is synchronized with the HSYNC/VSYNC signals
Definition at line 130 of file stm32f4xx_dcmi.h.
#define IS_DCMI_SYNCHRO | ( | MODE | ) |
Definition at line 136 of file stm32f4xx_dcmi.h.