commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
18 lines
428 B
C
18 lines
428 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
|
|
#define _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
|
|
|
|
/* ADC channel idx. */
|
|
#define INGENIC_ADC_AUX 0
|
|
#define INGENIC_ADC_BATTERY 1
|
|
#define INGENIC_ADC_AUX2 2
|
|
#define INGENIC_ADC_TOUCH_XP 3
|
|
#define INGENIC_ADC_TOUCH_YP 4
|
|
#define INGENIC_ADC_TOUCH_XN 5
|
|
#define INGENIC_ADC_TOUCH_YN 6
|
|
#define INGENIC_ADC_TOUCH_XD 7
|
|
#define INGENIC_ADC_TOUCH_YD 8
|
|
|
|
#endif
|