Line data Source code
1 0 : /*
2 : * Copyright (c) 2022 Telink Semiconductor
3 : *
4 : * SPDX-License-Identifier: Apache-2.0
5 : */
6 :
7 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_B91_ADC_H_
8 : #define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_B91_ADC_H_
9 :
10 0 : #define DT_ADC_GPIO_PB0 0x01
11 0 : #define DT_ADC_GPIO_PB1 0x02
12 0 : #define DT_ADC_GPIO_PB2 0x03
13 0 : #define DT_ADC_GPIO_PB3 0x04
14 0 : #define DT_ADC_GPIO_PB4 0x05
15 0 : #define DT_ADC_GPIO_PB5 0x06
16 0 : #define DT_ADC_GPIO_PB6 0x07
17 0 : #define DT_ADC_GPIO_PB7 0x08
18 0 : #define DT_ADC_GPIO_PD0 0x09
19 0 : #define DT_ADC_GPIO_PD1 0x0a
20 0 : #define DT_ADC_VBAT 0x0f
21 :
22 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_B91_ADC_H_ */
|