STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
Macros | |
#define | DCMI_CaptureRate_All_Frame ((uint16_t)0x0000) |
#define | DCMI_CaptureRate_1of2_Frame ((uint16_t)0x0100) |
#define | DCMI_CaptureRate_1of4_Frame ((uint16_t)0x0200) |
#define | IS_DCMI_CAPTURE_RATE(RATE) |
#define DCMI_CaptureRate_1of2_Frame ((uint16_t)0x0100) |
Every alternate frame captured
#define DCMI_CaptureRate_1of4_Frame ((uint16_t)0x0200) |
One frame in 4 frames captured
#define DCMI_CaptureRate_All_Frame ((uint16_t)0x0000) |
All frames are captured
#define IS_DCMI_CAPTURE_RATE | ( | RATE | ) |