STM32H735xx HAL User Manual
Defines
DFSDM filter external trigger edge
DFSDM Exported Constants

Defines

#define DFSDM_FILTER_EXT_TRIG_RISING_EDGE   DFSDM_FLTCR1_JEXTEN_0
#define DFSDM_FILTER_EXT_TRIG_FALLING_EDGE   DFSDM_FLTCR1_JEXTEN_1
#define DFSDM_FILTER_EXT_TRIG_BOTH_EDGES   DFSDM_FLTCR1_JEXTEN

Define Documentation

#define DFSDM_FILTER_EXT_TRIG_BOTH_EDGES   DFSDM_FLTCR1_JEXTEN

External rising and falling edges

Definition at line 420 of file stm32h7xx_hal_dfsdm.h.

#define DFSDM_FILTER_EXT_TRIG_FALLING_EDGE   DFSDM_FLTCR1_JEXTEN_1

External falling edge

Definition at line 419 of file stm32h7xx_hal_dfsdm.h.

#define DFSDM_FILTER_EXT_TRIG_RISING_EDGE   DFSDM_FLTCR1_JEXTEN_0

External rising edge

Definition at line 418 of file stm32h7xx_hal_dfsdm.h.