STM32F479xx HAL User Manual
|
Defines | |
#define | DCMI_MODE_CONTINUOUS 0x00000000U |
#define | DCMI_MODE_SNAPSHOT ((uint32_t)DCMI_CR_CM) |
#define DCMI_MODE_CONTINUOUS 0x00000000U |
The received data are transferred continuously into the destination memory through the DMA
Definition at line 151 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 153 of file stm32f4xx_hal_dcmi.h.
Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_IRQHandler().