STM32L486xx HAL User Manual
Defines
Channel - Single or differential ending
ADC Extended Exported Constants

Defines

#define ADC_SINGLE_ENDED   (LL_ADC_SINGLE_ENDED)
#define ADC_DIFFERENTIAL_ENDED   (LL_ADC_DIFFERENTIAL_ENDED)

Define Documentation

ADC channel ending set to differential (literal also used to set calibration mode)

Definition at line 263 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADC_ConfigChannel(), HAL_ADCEx_Calibration_GetValue(), HAL_ADCEx_Calibration_SetValue(), and HAL_ADCEx_InjectedConfigChannel().

ADC channel ending set to single ended (literal also used to set calibration mode)

Definition at line 262 of file stm32l4xx_hal_adc_ex.h.