STM32F479xx HAL User Manual
Defines
DCMI Line Select Start
DCMI Exported Constants

Defines

#define DCMI_OELS_ODD   0x00000000U
#define DCMI_OELS_EVEN   ((uint32_t)DCMI_CR_OELS)

Define Documentation

#define DCMI_OELS_EVEN   ((uint32_t)DCMI_CR_OELS)

Interface captures second line from the frame start, first one being dropped

Definition at line 149 of file stm32f4xx_hal_dcmi_ex.h.

#define DCMI_OELS_ODD   0x00000000U

Interface captures first line from the frame start, second one being dropped

Definition at line 148 of file stm32f4xx_hal_dcmi_ex.h.