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_TMP   (5UL)
 
#define LL_ADC_INPUT_SRC_BAT   (6UL)
 
#define LL_ADC_INPUT_SRC_REF   (7UL)
 

Detailed Description

Macro Definition Documentation

◆ LL_ADC_INPUT_SRC_BAT

#define LL_ADC_INPUT_SRC_BAT   (6UL)

Select Vbattery as input

Definition at line 160 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO0

#define LL_ADC_INPUT_SRC_IO0   (0UL)

Select MSIO0 as input

Definition at line 154 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO1

#define LL_ADC_INPUT_SRC_IO1   (1UL)

Select MSIO1 as input

Definition at line 155 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO2

#define LL_ADC_INPUT_SRC_IO2   (2UL)

Select MSIO2 as input

Definition at line 156 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO3

#define LL_ADC_INPUT_SRC_IO3   (3UL)

Select MSIO3 as input

Definition at line 157 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_IO4

#define LL_ADC_INPUT_SRC_IO4   (4UL)

Select MSIO4 as input

Definition at line 158 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_REF

#define LL_ADC_INPUT_SRC_REF   (7UL)

Select reference as input

Definition at line 161 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SRC_TMP

#define LL_ADC_INPUT_SRC_TMP   (5UL)

Select temperature as input

Definition at line 159 of file gr55xx_ll_adc.h.