STM32H735xx HAL User Manual
Defines
Analog watchdog - filtering config
ADC Exported Constants

Defines

#define LL_ADC_AWD_FILTERING_NONE   (0x00000000UL)
#define LL_ADC_AWD_FILTERING_2SAMPLES   ( ADC3_TR1_AWDFILT_0)
#define LL_ADC_AWD_FILTERING_3SAMPLES   ( ADC3_TR1_AWDFILT_1 )
#define LL_ADC_AWD_FILTERING_4SAMPLES   ( ADC3_TR1_AWDFILT_1 | ADC3_TR1_AWDFILT_0)
#define LL_ADC_AWD_FILTERING_5SAMPLES   (ADC3_TR1_AWDFILT_2 )
#define LL_ADC_AWD_FILTERING_6SAMPLES   (ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_0)
#define LL_ADC_AWD_FILTERING_7SAMPLES   (ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_1 )
#define LL_ADC_AWD_FILTERING_8SAMPLES   (ADC3_TR1_AWDFILT_2 | ADC3_TR1_AWDFILT_1 | ADC3_TR1_AWDFILT_0)

Define Documentation

#define LL_ADC_AWD_FILTERING_2SAMPLES   ( ADC3_TR1_AWDFILT_0)

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

Definition at line 1366 of file stm32h7xx_ll_adc.h.

#define LL_ADC_AWD_FILTERING_3SAMPLES   ( ADC3_TR1_AWDFILT_1 )

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

Definition at line 1367 of file stm32h7xx_ll_adc.h.

#define LL_ADC_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. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1368 of file stm32h7xx_ll_adc.h.

#define LL_ADC_AWD_FILTERING_5SAMPLES   (ADC3_TR1_AWDFILT_2 )

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

Definition at line 1369 of file stm32h7xx_ll_adc.h.

#define LL_ADC_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. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1370 of file stm32h7xx_ll_adc.h.

#define LL_ADC_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. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1371 of file stm32h7xx_ll_adc.h.

#define LL_ADC_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. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1372 of file stm32h7xx_ll_adc.h.

#define LL_ADC_AWD_FILTERING_NONE   (0x00000000UL)

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

Definition at line 1365 of file stm32h7xx_ll_adc.h.