STM32L443xx HAL User Manual
|
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 LL_ADC_AWD_THRESHOLD_HIGH (ADC_TR1_HT1 ) |
ADC analog watchdog threshold high
Definition at line 1168 of file stm32l4xx_ll_adc.h.
#define LL_ADC_AWD_THRESHOLD_LOW ( ADC_TR1_LT1) |
ADC analog watchdog threshold low
Definition at line 1169 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 1170 of file stm32l4xx_ll_adc.h.