STM32L486xx 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 452 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_EXT_TRIG_FALLING_EDGE   DFSDM_FLTCR1_JEXTEN_1

External falling edge

Definition at line 451 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_EXT_TRIG_RISING_EDGE   DFSDM_FLTCR1_JEXTEN_0

External rising edge

Definition at line 450 of file stm32l4xx_hal_dfsdm.h.