|
discoverpixy
|
|
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
| #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 | ) |
1.8.9.1