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

Defines

#define DCMI_OEBS_ODD   0x00000000U
#define DCMI_OEBS_EVEN   ((uint32_t)DCMI_CR_OEBS)

Define Documentation

#define DCMI_OEBS_EVEN   ((uint32_t)DCMI_CR_OEBS)

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

Definition at line 129 of file stm32f4xx_hal_dcmi_ex.h.

#define DCMI_OEBS_ODD   0x00000000U

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

Definition at line 128 of file stm32f4xx_hal_dcmi_ex.h.