STM32H735xx HAL User Manual
Defines
DFSDM filter conversion trigger
DFSDM Exported Constants

Defines

#define DFSDM_FILTER_SW_TRIGGER   0x00000000U
#define DFSDM_FILTER_SYNC_TRIGGER   0x00000001U
#define DFSDM_FILTER_EXT_TRIGGER   0x00000002U

Define Documentation

#define DFSDM_FILTER_EXT_TRIGGER   0x00000002U

External trigger (only for injected conversion)

Definition at line 377 of file stm32h7xx_hal_dfsdm.h.

Referenced by DFSDM_InjConvStop(), and HAL_DFSDM_FilterInit().

#define DFSDM_FILTER_SW_TRIGGER   0x00000000U
#define DFSDM_FILTER_SYNC_TRIGGER   0x00000001U

Synchronous with DFSDM_FLT0

Definition at line 376 of file stm32h7xx_hal_dfsdm.h.

Referenced by DFSDM_InjConvStart(), DFSDM_InjConvStop(), DFSDM_RegConvStop(), and HAL_DFSDM_FilterInit().