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_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 216 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_IO0

#define ADC_INPUT_SRC_IO0   LL_ADC_INPUT_SRC_IO0

Select MSIO0 as input

Definition at line 210 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_IO1

#define ADC_INPUT_SRC_IO1   LL_ADC_INPUT_SRC_IO1

Select MSIO1 as input

Definition at line 211 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_IO2

#define ADC_INPUT_SRC_IO2   LL_ADC_INPUT_SRC_IO2

Select MSIO2 as input

Definition at line 212 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_IO3

#define ADC_INPUT_SRC_IO3   LL_ADC_INPUT_SRC_IO3

Select MSIO3 as input

Definition at line 213 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_IO4

#define ADC_INPUT_SRC_IO4   LL_ADC_INPUT_SRC_IO4

Select MSIO4 as input

Definition at line 214 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_REF

#define ADC_INPUT_SRC_REF   LL_ADC_INPUT_SRC_REF

Select reference as input

Definition at line 217 of file gr55xx_hal_adc.h.

◆ ADC_INPUT_SRC_TMP

#define ADC_INPUT_SRC_TMP   LL_ADC_INPUT_SRC_TMP

Select temperature as input

Definition at line 215 of file gr55xx_hal_adc.h.