STM32L486xx HAL User Manual
Defines
Analog watchdog - Thresholds
ADC Exported Constants

Defines

#define LL_ADC_AWD_THRESHOLD_HIGH   (ADC_TR1_HT1 )
#define LL_ADC_AWD_THRESHOLD_LOW   ( ADC_TR1_LT1)
#define LL_ADC_AWD_THRESHOLDS_HIGH_LOW   (ADC_TR1_HT1 | ADC_TR1_LT1)

Define Documentation

#define LL_ADC_AWD_THRESHOLD_HIGH   (ADC_TR1_HT1 )

ADC analog watchdog threshold high

Definition at line 1202 of file stm32l4xx_ll_adc.h.

#define LL_ADC_AWD_THRESHOLD_LOW   ( ADC_TR1_LT1)

ADC analog watchdog threshold low

Definition at line 1203 of file stm32l4xx_ll_adc.h.

#define LL_ADC_AWD_THRESHOLDS_HIGH_LOW   (ADC_TR1_HT1 | ADC_TR1_LT1)

ADC analog watchdog both thresholds high and low concatenated into the same data

Definition at line 1204 of file stm32l4xx_ll_adc.h.