STM32L486xx HAL User Manual
Defines
DFSDM channel analog watchdog filter order
DFSDM Exported Constants

Defines

#define DFSDM_CHANNEL_FASTSINC_ORDER   0x00000000U
#define DFSDM_CHANNEL_SINC1_ORDER   DFSDM_CHAWSCDR_AWFORD_0
#define DFSDM_CHANNEL_SINC2_ORDER   DFSDM_CHAWSCDR_AWFORD_1
#define DFSDM_CHANNEL_SINC3_ORDER   DFSDM_CHAWSCDR_AWFORD

Define Documentation

#define DFSDM_CHANNEL_FASTSINC_ORDER   0x00000000U

FastSinc filter type

Definition at line 385 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_CHANNEL_SINC1_ORDER   DFSDM_CHAWSCDR_AWFORD_0

Sinc 1 filter type

Definition at line 386 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_CHANNEL_SINC2_ORDER   DFSDM_CHAWSCDR_AWFORD_1

Sinc 2 filter type

Definition at line 387 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_CHANNEL_SINC3_ORDER   DFSDM_CHAWSCDR_AWFORD

Sinc 3 filter type

Definition at line 388 of file stm32l4xx_hal_dfsdm.h.