STM32L443xx 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 246 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

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

Definition at line 245 of file stm32l4xx_hal_adc_ex.h.