Macros
Collaboration diagram for DCMI_Capture_Mode:

Macros

#define DCMI_CaptureMode_Continuous   ((uint16_t)0x0000)
 
#define DCMI_CaptureMode_SnapShot   ((uint16_t)0x0002)
 
#define IS_DCMI_CAPTURE_MODE(MODE)
 

Detailed Description

Macro Definition Documentation

#define DCMI_CaptureMode_Continuous   ((uint16_t)0x0000)

The received data are transferred continuously into the destination memory through the DMA

Definition at line 114 of file stm32f4xx_dcmi.h.

#define DCMI_CaptureMode_SnapShot   ((uint16_t)0x0002)

Once activated, the interface waits for the start of frame and then transfers a single frame through the DMA

Definition at line 117 of file stm32f4xx_dcmi.h.

#define IS_DCMI_CAPTURE_MODE (   MODE)
Value:
(((MODE) == DCMI_CaptureMode_Continuous) || \
#define DCMI_CaptureMode_SnapShot
#define DCMI_CaptureMode_Continuous

Definition at line 120 of file stm32f4xx_dcmi.h.



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