HAL + 0/4 examples
CodeScope will show references to DFSDM_CONTINUOUS_CONV_ON from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...

DFSDM_CONTINUOUS_CONV_ON macro

Conversion are continuous

Syntax

#define DFSDM_CONTINUOUS_CONV_ON 0x00000001U

Examples

DFSDM_CONTINUOUS_CONV_ON is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_dfsdm.h:531
#define DFSDM_CONTINUOUS_CONV_ON 0x00000001U /*!< Conversion are continuous */
stm32f4xx_hal_dfsdm.c:2162
if(ContinuousMode == DFSDM_CONTINUOUS_CONV_ON)