Macros
Collaboration diagram for DCMI_Synchronization_Mode:

Macros

#define DCMI_SynchroMode_Embedded   ((uint16_t)0x0010)
 
#define DCMI_SynchroMode_Hardware   ((uint16_t)0x0000)
 
#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.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54