STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | DCMI_OELS_ODD 0x00000000U |
#define | DCMI_OELS_EVEN ((uint32_t)DCMI_CR_OELS) |
#define DCMI_OELS_ODD 0x00000000U |
#include <stm32f4xx_hal_dcmi_ex.h>
Interface captures first line from the frame start, second one being dropped
Definition at line 146 of file stm32f4xx_hal_dcmi_ex.h.
#define DCMI_OELS_EVEN ((uint32_t)DCMI_CR_OELS) |
#include <stm32f4xx_hal_dcmi_ex.h>
Interface captures second line from the frame start, first one being dropped
Definition at line 147 of file stm32f4xx_hal_dcmi_ex.h.