G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Channel - Single or differential ending

Macros

#define DDL_ADC16_SINGLE_ENDED   (0x00000000)
#define DDL_ADC16_DIFFERENTIAL_ENDED   (ADC_CFGR2_DIFSEL_Msk)

Detailed Description

Macro Definition Documentation

◆ DDL_ADC16_DIFFERENTIAL_ENDED

#define DDL_ADC16_DIFFERENTIAL_ENDED   (ADC_CFGR2_DIFSEL_Msk)

ADC channel ending set to differential (literal also used to set calibration mode)

Definition at line 862 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_SINGLE_ENDED

#define DDL_ADC16_SINGLE_ENDED   (0x00000000)

ADC channel ending set to single ended (literal also used to set calibration mode)

Definition at line 861 of file g32r4xx_ddl_adc16.h.