HAL + 0/4 examples
CodeScope will show references to DCMI_MODE_SNAPSHOT from the following samples and libraries:
 
Symbols
loading...
Files
loading...

DCMI_MODE_SNAPSHOT macro

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

Syntax

#define DCMI_MODE_SNAPSHOT ((uint32_t)DCMI_CR_CM)

Examples

DCMI_MODE_SNAPSHOT is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_dcmi.h:151
#define DCMI_MODE_SNAPSHOT ((uint32_t)DCMI_CR_CM) /*!< Once activated, the interface waits for the start of
stm32f4xx_hal_dcmi.c:627
if((hdcmi->Instance->CR & DCMI_CR_CM) == DCMI_MODE_SNAPSHOT)
stm32f4xx_hal_dcmi.c:1111
if((hdcmi->Instance->CR & DCMI_CR_CM) == DCMI_MODE_SNAPSHOT)