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

Defines

#define LL_ADC_AWD_THRESHOLD_HIGH   (0x1UL)
#define LL_ADC_AWD_THRESHOLD_LOW   (0x0UL)

Define Documentation

#define LL_ADC_AWD_THRESHOLD_HIGH   (0x1UL)

ADC analog watchdog threshold high

Definition at line 1356 of file stm32h7xx_ll_adc.h.

Referenced by LL_ADC_ConfigAnalogWDThresholds().

#define LL_ADC_AWD_THRESHOLD_LOW   (0x0UL)

ADC analog watchdog threshold low

Definition at line 1357 of file stm32h7xx_ll_adc.h.

Referenced by LL_ADC_ConfigAnalogWDThresholds().