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

Defines

#define LL_ADC_AWD1   (ADC_AWD_CR1_CHANNEL_MASK | ADC_AWD_CR1_REGOFFSET)
#define LL_ADC_AWD2   (ADC_AWD_CR23_CHANNEL_MASK | ADC_AWD_CR2_REGOFFSET)
#define LL_ADC_AWD3   (ADC_AWD_CR23_CHANNEL_MASK | ADC_AWD_CR3_REGOFFSET)

Define Documentation

ADC analog watchdog number 1

Definition at line 1092 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig(), and LL_ADC_GetAnalogWDMonitChannels().

ADC analog watchdog number 2

Definition at line 1093 of file stm32l4xx_ll_adc.h.

ADC analog watchdog number 3

Definition at line 1094 of file stm32l4xx_ll_adc.h.