![]() |
RTEMS 6.1-rc7
|
DFSDM filter analog watchdog parameters structure definition. More...
#include <stm32h7xx_hal_dfsdm.h>
Data Fields | |
uint32_t | DataSource |
uint32_t | Channel |
int32_t | HighThreshold |
int32_t | LowThreshold |
uint32_t | HighBreakSignal |
uint32_t | LowBreakSignal |
DFSDM filter analog watchdog parameters structure definition.
uint32_t DFSDM_Filter_AwdParamTypeDef::Channel |
Analog watchdog channel selection. This parameter can be a values combination of DFSDM Channel Selection
uint32_t DFSDM_Filter_AwdParamTypeDef::DataSource |
Values from digital filter or from channel watchdog filter. This parameter can be a value of DFSDM filter analog watchdog data source
uint32_t DFSDM_Filter_AwdParamTypeDef::HighBreakSignal |
Break signal assigned to analog watchdog high threshold event. This parameter can be a values combination of DFSDM break signals
int32_t DFSDM_Filter_AwdParamTypeDef::HighThreshold |
High threshold for the analog watchdog. This parameter must be a number between Min_Data = -8388608 and Max_Data = 8388607
uint32_t DFSDM_Filter_AwdParamTypeDef::LowBreakSignal |
Break signal assigned to analog watchdog low threshold event. This parameter can be a values combination of DFSDM break signals
int32_t DFSDM_Filter_AwdParamTypeDef::LowThreshold |
Low threshold for the analog watchdog. This parameter must be a number between Min_Data = -8388608 and Max_Data = 8388607