STM32H735xx HAL User Manual
|
DFSDM channel analog watchdog structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Data Fields | |
uint32_t | FilterOrder |
uint32_t | Oversampling |
DFSDM channel analog watchdog structure definition.
Definition at line 92 of file stm32h7xx_hal_dfsdm.h.
Analog watchdog Sinc filter order. This parameter can be a value of DFSDM channel analog watchdog filter order
Definition at line 94 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_ChannelInit().
Analog watchdog filter oversampling ratio. This parameter must be a number between Min_Data = 1 and Max_Data = 32
Definition at line 96 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_ChannelInit().