Zephyr API Documentation
4.2.0-rc3
A Scalable Open Source RTOS
4.2.0-rc3
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
acpi
adc
ad4130-adc.h
ad7124-adc.h
adc.h
ads1x4s0x_adc.h
b91-adc.h
gd32f3x0.h
mcp356xr-adc.h
mcux-lpadc.h
nrf-adc.h
nrf-saadc-haltium.h
nrf-saadc-nrf54l.h
nrf-saadc-v2.h
nrf-saadc-v3.h
nrf-saadc.h
nxp,gau-adc.h
silabs-adc.h
smartbond-adc.h
stm32_adc.h
stm32f1_adc.h
stm32f4_adc.h
stm32h7_adc.h
stm32l4_adc.h
stm32u5_adc.h
battery
clock
comparator
dac
dai
display
dma
espi
ethernet
flash_controller
gnss
gpio
i2c
input
inputmux
interrupt-controller
ipc_service
led
lora
lvgl
memory-attr
memory-controller
mfd
mipi_dbi
mipi_dsi
misc
pcie
pinctrl
power
pwm
qspi
rdc
regulator
reserved-memory
reset
sensor
sent
spi
timer
usb
usb-c
video
dt-util.h
fs
input
internal
ipc
kernel
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
service.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
for Zephyr API Documentation by
1.14.0