STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

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

Detailed Description

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

#define DCMI_OELS_ODD   ((uint32_t)0x00000000U)

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

Definition at line 360 of file stm32f7xx_hal_dcmi.h.