STM32F439xx HAL User Manual
Defines
DCMI Capture Mode
DCMI Exported Constants

Defines

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

Define Documentation

#define DCMI_MODE_CONTINUOUS   0x00000000U

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

Definition at line 130 of file stm32f4xx_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 132 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_IRQHandler().