CARME-M4 BSP
V1.5
|
Macros | |
#define | DCMI_CaptureMode_Continuous ((uint16_t)0x0000) |
#define | DCMI_CaptureMode_SnapShot ((uint16_t)0x0002) |
#define | IS_DCMI_CAPTURE_MODE(MODE) |
#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 | ) |
Definition at line 120 of file stm32f4xx_dcmi.h.