+ Collaboration diagram for ADC Input Mode:

Macros

#define LL_ADC_INPUT_SINGLE   (1UL << AON_SNSADC_CFG_SINGLE_EN_Pos)
 Single ended mode. More...
 
#define LL_ADC_INPUT_DIFFERENTIAL   (0x00000000UL)
 Differential mode. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_ADC_INPUT_DIFFERENTIAL

#define LL_ADC_INPUT_DIFFERENTIAL   (0x00000000UL)

Differential mode.

Definition at line 148 of file gr55xx_ll_adc.h.

◆ LL_ADC_INPUT_SINGLE

#define LL_ADC_INPUT_SINGLE   (1UL << AON_SNSADC_CFG_SINGLE_EN_Pos)

Single ended mode.

Definition at line 147 of file gr55xx_ll_adc.h.