CARME-M4 BSP  V1.5
+ Collaboration diagram for DCMI_Synchronization_Mode:

Macros

#define DCMI_SynchroMode_Hardware   ((uint16_t)0x0000)
 
#define DCMI_SynchroMode_Embedded   ((uint16_t)0x0010)
 
#define IS_DCMI_SYNCHRO(MODE)
 

Detailed Description

Macro Definition Documentation

#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)
Value:
(((MODE) == DCMI_SynchroMode_Hardware) || \
#define DCMI_SynchroMode_Embedded
#define DCMI_SynchroMode_Hardware

Definition at line 136 of file stm32f4xx_dcmi.h.