ADC Input Channel Select

Macros

#define ADC_INPUT_SRC_IO0   LL_ADC_INPUT_SRC_IO0
 
#define ADC_INPUT_SRC_IO1   LL_ADC_INPUT_SRC_IO1
 
#define ADC_INPUT_SRC_IO2   LL_ADC_INPUT_SRC_IO2
 
#define ADC_INPUT_SRC_IO3   LL_ADC_INPUT_SRC_IO3
 
#define ADC_INPUT_SRC_IO4   LL_ADC_INPUT_SRC_IO4
 
#define ADC_INPUT_SRC_IO5   LL_ADC_INPUT_SRC_IO5
 
#define ADC_INPUT_SRC_IO6   LL_ADC_INPUT_SRC_IO6
 
#define ADC_INPUT_SRC_IO7   LL_ADC_INPUT_SRC_IO7
 
#define ADC_INPUT_SRC_TMP   LL_ADC_INPUT_SRC_TMP
 
#define ADC_INPUT_SRC_BAT   LL_ADC_INPUT_SRC_BAT
 
#define ADC_INPUT_SRC_REF   LL_ADC_INPUT_SRC_REF
 

Detailed Description

Macro Definition Documentation

◆ ADC_INPUT_SRC_BAT

#define ADC_INPUT_SRC_BAT   LL_ADC_INPUT_SRC_BAT

Select Vbattery as input

Definition at line 221 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO0

#define ADC_INPUT_SRC_IO0   LL_ADC_INPUT_SRC_IO0

Select MSIO0 as input

Definition at line 212 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO1

#define ADC_INPUT_SRC_IO1   LL_ADC_INPUT_SRC_IO1

Select MSIO1 as input

Definition at line 213 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO2

#define ADC_INPUT_SRC_IO2   LL_ADC_INPUT_SRC_IO2

Select MSIO2 as input

Definition at line 214 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO3

#define ADC_INPUT_SRC_IO3   LL_ADC_INPUT_SRC_IO3

Select MSIO3 as input

Definition at line 215 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO4

#define ADC_INPUT_SRC_IO4   LL_ADC_INPUT_SRC_IO4

Select MSIO4 as input

Definition at line 216 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO5

#define ADC_INPUT_SRC_IO5   LL_ADC_INPUT_SRC_IO5

Select MSIO5 as input

Definition at line 217 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO6

#define ADC_INPUT_SRC_IO6   LL_ADC_INPUT_SRC_IO6

Select MSIO6 as input

Definition at line 218 of file hal_adc.h.

◆ ADC_INPUT_SRC_IO7

#define ADC_INPUT_SRC_IO7   LL_ADC_INPUT_SRC_IO7

Select MSIO7 as input

Definition at line 219 of file hal_adc.h.

◆ ADC_INPUT_SRC_REF

#define ADC_INPUT_SRC_REF   LL_ADC_INPUT_SRC_REF

Select reference as input

Definition at line 222 of file hal_adc.h.

◆ ADC_INPUT_SRC_TMP

#define ADC_INPUT_SRC_TMP   LL_ADC_INPUT_SRC_TMP

Select temperature as input

Definition at line 220 of file hal_adc.h.