STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | DCMI_MODE_CONTINUOUS 0x00000000U |
#define | DCMI_MODE_SNAPSHOT ((uint32_t)DCMI_CR_CM) |
#define DCMI_MODE_CONTINUOUS 0x00000000U |
#include <stm32f4xx_hal_dcmi.h>
The received data are transferred continuously into the destination memory through the DMA
Definition at line 149 of file stm32f4xx_hal_dcmi.h.
#define DCMI_MODE_SNAPSHOT ((uint32_t)DCMI_CR_CM) |
#include <stm32f4xx_hal_dcmi.h>
Once activated, the interface waits for the start of frame and then transfers a single frame through the DMA
Definition at line 151 of file stm32f4xx_hal_dcmi.h.
Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_IRQHandler().