STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | DCMI_CR_ALL_FRAME 0x00000000U |
#define | DCMI_CR_ALTERNATE_2_FRAME ((uint32_t)DCMI_CR_FCRC_0) |
#define | DCMI_CR_ALTERNATE_4_FRAME ((uint32_t)DCMI_CR_FCRC_1) |
#define DCMI_CR_ALL_FRAME 0x00000000U |
#include <stm32f4xx_hal_dcmi.h>
All frames are captured
Definition at line 212 of file stm32f4xx_hal_dcmi.h.
#define DCMI_CR_ALTERNATE_2_FRAME ((uint32_t)DCMI_CR_FCRC_0) |
#include <stm32f4xx_hal_dcmi.h>
Every alternate frame captured
Definition at line 213 of file stm32f4xx_hal_dcmi.h.
#define DCMI_CR_ALTERNATE_4_FRAME ((uint32_t)DCMI_CR_FCRC_1) |
#include <stm32f4xx_hal_dcmi.h>
One frame in 4 frames captured
Definition at line 214 of file stm32f4xx_hal_dcmi.h.