|
STM32H735xx HAL User Manual
|
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 DFSDM_FILTER_FASTSINC_ORDER 0x00000000U |
FastSinc filter type
Definition at line 428 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_FILTER_SINC1_ORDER DFSDM_FLTFCR_FORD_0 |
Sinc 1 filter type
Definition at line 429 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_FILTER_SINC2_ORDER DFSDM_FLTFCR_FORD_1 |
Sinc 2 filter type
Definition at line 430 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_FILTER_SINC3_ORDER (DFSDM_FLTFCR_FORD_0 | DFSDM_FLTFCR_FORD_1) |
Sinc 3 filter type
Definition at line 431 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_FILTER_SINC4_ORDER DFSDM_FLTFCR_FORD_2 |
Sinc 4 filter type
Definition at line 432 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_FILTER_SINC5_ORDER (DFSDM_FLTFCR_FORD_0 | DFSDM_FLTFCR_FORD_2) |
Sinc 5 filter type
Definition at line 433 of file stm32h7xx_hal_dfsdm.h.
1.7.6.1