Macros

#define LL_ADC_INPUT_SRC_IO0   (0UL)
 
#define LL_ADC_INPUT_SRC_IO1   (1UL)
 
#define LL_ADC_INPUT_SRC_IO2   (2UL)
 
#define LL_ADC_INPUT_SRC_IO3   (3UL)
 
#define LL_ADC_INPUT_SRC_IO4   (4UL)
 
#define LL_ADC_INPUT_SRC_IO5   (5UL)
 
#define LL_ADC_INPUT_SRC_IO6   (6UL)
 
#define LL_ADC_INPUT_SRC_IO7   (7UL)
 
#define LL_ADC_INPUT_SRC_TMP   (13UL)
 
#define LL_ADC_INPUT_SRC_BAT   (14UL)
 
#define LL_ADC_INPUT_SRC_REF   (15UL)
 

Detailed Description

Macro Definition Documentation

◆ LL_ADC_INPUT_SRC_BAT

#define LL_ADC_INPUT_SRC_BAT   (14UL)

Select Vbattery as input

Definition at line 166 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO0

#define LL_ADC_INPUT_SRC_IO0   (0UL)

Select MSIO0 as input

Definition at line 157 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO1

#define LL_ADC_INPUT_SRC_IO1   (1UL)

Select MSIO1 as input

Definition at line 158 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO2

#define LL_ADC_INPUT_SRC_IO2   (2UL)

Select MSIO2 as input

Definition at line 159 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO3

#define LL_ADC_INPUT_SRC_IO3   (3UL)

Select MSIO3 as input

Definition at line 160 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO4

#define LL_ADC_INPUT_SRC_IO4   (4UL)

Select MSIO4 as input

Definition at line 161 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO5

#define LL_ADC_INPUT_SRC_IO5   (5UL)

Select MSIO5 as input

Definition at line 162 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO6

#define LL_ADC_INPUT_SRC_IO6   (6UL)

Select MSIO6 as input

Definition at line 163 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO7

#define LL_ADC_INPUT_SRC_IO7   (7UL)

Select MSIO7 as input

Definition at line 164 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_REF

#define LL_ADC_INPUT_SRC_REF   (15UL)

Select reference as input

Definition at line 167 of file ll_adc.h.

◆ LL_ADC_INPUT_SRC_TMP

#define LL_ADC_INPUT_SRC_TMP   (13UL)

Select temperature as input

Definition at line 165 of file ll_adc.h.