Zephyr API Documentation 4.4.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mchp_pic32ck_gc_adc.h
Go to the documentation of this file.
1
13#ifndef INCLUDE_ZEPHYR_DT_BINDINGS_ADC_PIC32CK_GC_ADC_H_
14#define INCLUDE_ZEPHYR_DT_BINDINGS_ADC_PIC32CK_GC_ADC_H_
15
16/* External analog inputs */
17#define MCHP_ADC_AIN0 0x00
18#define MCHP_ADC_AIN1 0x01
19#define MCHP_ADC_AIN2 0x02
20#define MCHP_ADC_AIN3 0x03
21#define MCHP_ADC_AIN4 0x04
22#define MCHP_ADC_AIN5 0x05
23#define MCHP_ADC_AIN6 0x06
24#define MCHP_ADC_AIN7 0x07
25#define MCHP_ADC_AIN8 0x08
26#define MCHP_ADC_AIN9 0x09
27#define MCHP_ADC_AIN10 0x0A
28#define MCHP_ADC_AIN11 0x0B
30/* Internal ADC sources */
31#define MCHP_ADC_TEMP_SENS 0x0C
32#define MCHP_ADC_IVREF_1_2 0x0D
34#endif /* INCLUDE_ZEPHYR_DT_BINDINGS_ADC_PIC32CK_GC_ADC_H_ */