STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

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

Detailed Description

Macro Definition 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 341 of file stm32f7xx_hal_dcmi.h.

#define DCMI_OEBS_ODD   ((uint32_t)0x00000000U)

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

Definition at line 340 of file stm32f7xx_hal_dcmi.h.