STM32L486xx HAL User Manual
Defines
DFSDM filter sinc order
DFSDM Exported Constants

Defines

#define DFSDM_FILTER_FASTSINC_ORDER   0x00000000U
#define DFSDM_FILTER_SINC1_ORDER   DFSDM_FLTFCR_FORD_0
#define DFSDM_FILTER_SINC2_ORDER   DFSDM_FLTFCR_FORD_1
#define DFSDM_FILTER_SINC3_ORDER   (DFSDM_FLTFCR_FORD_0 | DFSDM_FLTFCR_FORD_1)
#define DFSDM_FILTER_SINC4_ORDER   DFSDM_FLTFCR_FORD_2
#define DFSDM_FILTER_SINC5_ORDER   (DFSDM_FLTFCR_FORD_0 | DFSDM_FLTFCR_FORD_2)

Define Documentation

#define DFSDM_FILTER_FASTSINC_ORDER   0x00000000U

FastSinc filter type

Definition at line 460 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_SINC1_ORDER   DFSDM_FLTFCR_FORD_0

Sinc 1 filter type

Definition at line 461 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_SINC2_ORDER   DFSDM_FLTFCR_FORD_1

Sinc 2 filter type

Definition at line 462 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_SINC3_ORDER   (DFSDM_FLTFCR_FORD_0 | DFSDM_FLTFCR_FORD_1)

Sinc 3 filter type

Definition at line 463 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_SINC4_ORDER   DFSDM_FLTFCR_FORD_2

Sinc 4 filter type

Definition at line 464 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_FILTER_SINC5_ORDER   (DFSDM_FLTFCR_FORD_0 | DFSDM_FLTFCR_FORD_2)

Sinc 5 filter type

Definition at line 465 of file stm32l4xx_hal_dfsdm.h.