STM32H735xx 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 207 of file stm32h7xx_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 209 of file stm32h7xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_IRQHandler().