STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
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

#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

#define IS_DCMI_CAPTURE_MODE (   MODE)
Value: