Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/iio/adc/gehc,pmc-adc.h
26295 views
1
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2
3
#ifndef _DT_BINDINGS_IIO_ADC_GEHC_PMC_ADC_H
4
#define _DT_BINDINGS_IIO_ADC_GEHC_PMC_ADC_H
5
6
/* ADC channel type */
7
#define GEHC_PMC_ADC_VOLTAGE 0
8
#define GEHC_PMC_ADC_CURRENT 1
9
10
#endif
11
12