+ Collaboration diagram for ADC Reference Source:

Macros

#define LL_ADC_REF_SRC_BUF_INT   (0x00000000UL)
 Select buffered internal reference as reference
More...
 
#define LL_ADC_REF_SRC_IO0   (3UL << AON_SNSADC_CFG_REF_SEL_Pos)
 Select MSIO0 as reference
More...
 
#define LL_ADC_REF_SRC_IO1   (4UL << AON_SNSADC_CFG_REF_SEL_Pos)
 Select MSIO1 as reference
More...
 
#define LL_ADC_REF_SRC_IO2   (5UL << AON_SNSADC_CFG_REF_SEL_Pos)
 Select MSIO2 as reference
More...
 
#define LL_ADC_REF_SRC_IO3   (6UL << AON_SNSADC_CFG_REF_SEL_Pos)
 Select MSIO3 as reference
More...
 

Detailed Description

Macro Definition Documentation

◆ LL_ADC_REF_SRC_BUF_INT

#define LL_ADC_REF_SRC_BUF_INT   (0x00000000UL)

Select buffered internal reference as reference

Definition at line 168 of file gr55xx_ll_adc.h.

◆ LL_ADC_REF_SRC_IO0

#define LL_ADC_REF_SRC_IO0   (3UL << AON_SNSADC_CFG_REF_SEL_Pos)

Select MSIO0 as reference

Definition at line 169 of file gr55xx_ll_adc.h.

◆ LL_ADC_REF_SRC_IO1

#define LL_ADC_REF_SRC_IO1   (4UL << AON_SNSADC_CFG_REF_SEL_Pos)

Select MSIO1 as reference

Definition at line 170 of file gr55xx_ll_adc.h.

◆ LL_ADC_REF_SRC_IO2

#define LL_ADC_REF_SRC_IO2   (5UL << AON_SNSADC_CFG_REF_SEL_Pos)

Select MSIO2 as reference

Definition at line 171 of file gr55xx_ll_adc.h.

◆ LL_ADC_REF_SRC_IO3

#define LL_ADC_REF_SRC_IO3   (6UL << AON_SNSADC_CFG_REF_SEL_Pos)

Select MSIO3 as reference

Definition at line 172 of file gr55xx_ll_adc.h.