RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
DFSDM_Filter_AwdParamTypeDef Struct Reference

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
 

Detailed Description

DFSDM filter analog watchdog parameters structure definition.

Field Documentation

◆ Channel

uint32_t DFSDM_Filter_AwdParamTypeDef::Channel

Analog watchdog channel selection. This parameter can be a values combination of DFSDM Channel Selection

◆ DataSource

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

◆ HighBreakSignal

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

◆ HighThreshold

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

◆ LowBreakSignal

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

◆ LowThreshold

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


The documentation for this struct was generated from the following file: