Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nrf-adc.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: Apache-2.0
3
*
4
* Copyright (c) 2022 Nordic Semiconductor ASA
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_ADC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_ADC_H_
9
10
#include <
zephyr/dt-bindings/dt-util.h
>
11
12
#define NRF_ADC_AIN0 BIT(0)
13
#define NRF_ADC_AIN1 BIT(1)
14
#define NRF_ADC_AIN2 BIT(2)
15
#define NRF_ADC_AIN3 BIT(3)
16
#define NRF_ADC_AIN4 BIT(4)
17
#define NRF_ADC_AIN5 BIT(5)
18
#define NRF_ADC_AIN6 BIT(6)
19
#define NRF_ADC_AIN7 BIT(7)
20
21
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_NRF_ADC_H_ */
dt-util.h
zephyr
dt-bindings
adc
nrf-adc.h
Generated on Sat Nov 9 2024 00:03:12 for Zephyr API Documentation by
1.12.0