STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define DCMI_MODE_CONTINUOUS   ((uint32_t)0x00000000U)
 
#define DCMI_MODE_SNAPSHOT   ((uint32_t)DCMI_CR_CM)
 

Detailed Description

Macro Definition Documentation

#define DCMI_MODE_CONTINUOUS   ((uint32_t)0x00000000U)

The received data are transferred continuously into the destination memory through the DMA

Definition at line 178 of file stm32f7xx_hal_dcmi.h.

#define DCMI_MODE_SNAPSHOT   ((uint32_t)DCMI_CR_CM)

Once activated, the interface waits for the start of frame and then transfers a single frame through the DMA

Definition at line 181 of file stm32f7xx_hal_dcmi.h.