STM32H735xx HAL User Manual
Defines
ADC Analog Watchdog filtering configuration
ADC Exported Constants

Defines

#define ADC3_AWD_FILTERING_NONE   (0x00000000UL)
#define ADC3_AWD_FILTERING_2SAMPLES   ((ADC3_TR1_AWDFILT_0))
#define ADC3_AWD_FILTERING_3SAMPLES   ((ADC3_TR1_AWDFILT_1))
#define ADC3_AWD_FILTERING_4SAMPLES   ((ADC3_TR1_AWDFILT_1 | ADC3_TR1_AWDFILT_0))
#define ADC3_AWD_FILTERING_5SAMPLES   ((ADC3_TR1_AWDFILT_2))
#define ADC3_AWD_FILTERING_6SAMPLES   ((ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_0))
#define ADC3_AWD_FILTERING_7SAMPLES   ((ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_1))
#define ADC3_AWD_FILTERING_8SAMPLES   ((ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_1 | ADC3_TR1_AWDFILT_0))

Define Documentation

#define ADC3_AWD_FILTERING_2SAMPLES   ((ADC3_TR1_AWDFILT_0))

ADC analog wathdog 2 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 759 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_3SAMPLES   ((ADC3_TR1_AWDFILT_1))

ADC analog wathdog 3 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 760 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_4SAMPLES   ((ADC3_TR1_AWDFILT_1 | ADC3_TR1_AWDFILT_0))

ADC analog wathdog 4 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 761 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_5SAMPLES   ((ADC3_TR1_AWDFILT_2))

ADC analog wathdog 5 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 762 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_6SAMPLES   ((ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_0))

ADC analog wathdog 6 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 763 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_7SAMPLES   ((ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_1))

ADC analog wathdog 7 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 764 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_8SAMPLES   ((ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_1 | ADC3_TR1_AWDFILT_0))

ADC analog wathdog 8 consecutives out-of-window samples are needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 765 of file stm32h7xx_hal_adc.h.

#define ADC3_AWD_FILTERING_NONE   (0x00000000UL)

ADC analog wathdog no filtering, one out-of-window sample is needed to raise flag or interrupt. Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 758 of file stm32h7xx_hal_adc.h.