STM32L486xx HAL User Manual
Data Fields
DFSDM_Filter_AwdParamTypeDef Struct Reference

DFSDM filter analog watchdog parameters structure definition. More...

#include <stm32l4xx_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.

Definition at line 270 of file stm32l4xx_hal_dfsdm.h.


Field Documentation

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

Definition at line 274 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterAwdStart_IT().

Values from digital filter or from channel watchdog filter. This parameter can be a value of DFSDM filter analog watchdog data source

Definition at line 272 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterAwdStart_IT().

Break signal assigned to analog watchdog high threshold event. This parameter can be a values combination of DFSDM break signals

Definition at line 280 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterAwdStart_IT().

High threshold for the analog watchdog. This parameter must be a number between Min_Data = -8388608 and Max_Data = 8388607

Definition at line 276 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterAwdStart_IT().

Break signal assigned to analog watchdog low threshold event. This parameter can be a values combination of DFSDM break signals

Definition at line 282 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterAwdStart_IT().

Low threshold for the analog watchdog. This parameter must be a number between Min_Data = -8388608 and Max_Data = 8388607

Definition at line 278 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterAwdStart_IT().


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