Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
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
gnss
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
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
mcp356xr-adc.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: Apache-2.0
3
*
4
* Copyright 2024 Syslinbit SCOP SAS
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_MCP356XR_ADC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_MCP356XR_ADC_H_
9
10
#include <
zephyr/dt-bindings/adc/adc.h
>
11
12
#define MCP356XR_INPUT_INTERNAL_VCM (15)
13
#define MCP356XR_INPUT_INTERNAL_TEMPERATURE_SENSOR_DIODE_M (14)
14
#define MCP356XR_INPUT_INTERNAL_TEMPERATURE_SENSOR_DIODE_P (13)
15
#define MCP356XR_INPUT_REFIN_NEGATIVE (12)
16
#define MCP356XR_INPUT_REFIN_POSITIVE (11)
17
#define MCP356XR_INPUT_RESERVED_DO_NOT_USE (10)
18
#define MCP356XR_INPUT_AVDD (9)
19
#define MCP356XR_INPUT_AGND (8)
20
#define MCP356XR_INPUT_CH7 (7)
21
#define MCP356XR_INPUT_CH6 (6)
22
#define MCP356XR_INPUT_CH5 (5)
23
#define MCP356XR_INPUT_CH4 (4)
24
#define MCP356XR_INPUT_CH3 (3)
25
#define MCP356XR_INPUT_CH2 (2)
26
#define MCP356XR_INPUT_CH1 (1)
27
#define MCP356XR_INPUT_CH0 (0)
28
29
#define MCP356XR_ANALOG_CLOCK_NO_DIV (0)
30
#define MCP356XR_ANALOG_CLOCK_DIV_2 (1)
31
#define MCP356XR_ANALOG_CLOCK_DIV_4 (2)
32
#define MCP356XR_ANALOG_CLOCK_DIV_8 (3)
33
34
#define MCP356XR_BOOST_CURRENT_BIAS_DIV_2 (0)
35
#define MCP356XR_BOOST_CURRENT_BIAS_MUL_0_66 (1)
36
#define MCP356XR_BOOST_CURRENT_BIAS_MUL_1 (2)
37
#define MCP356XR_BOOST_CURRENT_BIAS_MUL_2 (3)
38
39
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_MCP356XR_ADC_H_ */
adc.h
zephyr
dt-bindings
adc
mcp356xr-adc.h
Generated on
for Zephyr API Documentation by
1.14.0