DFSDM channel analog watchdog structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Public Attributes | |
uint32_t | FilterOrder |
uint32_t | Oversampling |
DFSDM channel analog watchdog structure definition.
Definition at line 93 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_AwdTypeDef::FilterOrder |
Analog watchdog Sinc filter order. This parameter can be a value of DFSDM channel analog watchdog filter order
Definition at line 95 of file stm32h7xx_hal_dfsdm.h.
uint32_t DFSDM_Channel_AwdTypeDef::Oversampling |
Analog watchdog filter oversampling ratio. This parameter must be a number between Min_Data = 1 and Max_Data = 32
Definition at line 97 of file stm32h7xx_hal_dfsdm.h.