STM32H735xx 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 366 of file stm32h7xx_hal_dcmi.h.

#define DCMI_OEBS_ODD   (0x00000000U)

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

Definition at line 365 of file stm32h7xx_hal_dcmi.h.