adc4 2.0.0.0

Macros

#define ADC4_CON_UNIPOL   0x0000
 
#define ADC4_CON_BIPOL   0x0001 << 12
 
#define ADC4_CON_REFBUF_P_EN   0x0001 << 11
 
#define ADC4_CON_REFBUF_N_EN   0x0001 << 10
 
#define ADC4_CON_AINBUF_P_EN   0x0001 << 9
 
#define ADC4_CON_AINBUF_N_EN   0x0001 << 8
 
#define ADC4_CON_BURNOUT_EN   0x0001 << 7
 
#define ADC4_CON_EXTREF   0x0000
 
#define ADC4_CON_EXTREF_SUPP   0x0001 << 4
 
#define ADC4_CON_EXTREF_INT   0x0002 << 4
 
#define ADC4_CON_EXTREF_AV   0x0003 << 4
 

Detailed Description

Macro Definition Documentation

◆ ADC4_CON_AINBUF_N_EN

#define ADC4_CON_AINBUF_N_EN   0x0001 << 8

◆ ADC4_CON_AINBUF_P_EN

#define ADC4_CON_AINBUF_P_EN   0x0001 << 9

◆ ADC4_CON_BIPOL

#define ADC4_CON_BIPOL   0x0001 << 12

◆ ADC4_CON_BURNOUT_EN

#define ADC4_CON_BURNOUT_EN   0x0001 << 7

◆ ADC4_CON_EXTREF

#define ADC4_CON_EXTREF   0x0000

◆ ADC4_CON_EXTREF_AV

#define ADC4_CON_EXTREF_AV   0x0003 << 4

◆ ADC4_CON_EXTREF_INT

#define ADC4_CON_EXTREF_INT   0x0002 << 4

◆ ADC4_CON_EXTREF_SUPP

#define ADC4_CON_EXTREF_SUPP   0x0001 << 4

◆ ADC4_CON_REFBUF_N_EN

#define ADC4_CON_REFBUF_N_EN   0x0001 << 10

◆ ADC4_CON_REFBUF_P_EN

#define ADC4_CON_REFBUF_P_EN   0x0001 << 11

◆ ADC4_CON_UNIPOL

#define ADC4_CON_UNIPOL   0x0000