Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.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
q
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
►
subsys
▼
zephyr
►
acpi
►
app_memory
►
arch
►
audio
►
bluetooth
►
canbus
►
console
►
crypto
►
data
►
debug
►
devicetree
►
dfu
►
display
►
drivers
►
dsp
▼
dt-bindings
►
acpi
►
adc
►
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
►
adp5360.h
►
axp192.h
►
max20335.h
►
npm1100.h
►
npm1300.h
►
npm2100.h
►
npm6001.h
►
nrf5x.h
►
nxp_vref.h
►
rpi_pico.h
►
silabs_dcdc.h
►
reserved-memory
►
reset
►
sensor
►
spi
►
timer
►
usb
►
usb-c
►
video
dt-util.h
►
fs
►
input
►
internal
►
ipc
►
kernel
►
linker
►
llext
►
logging
►
lorawan
►
math
►
mctp
►
mem_mgmt
►
mgmt
►
misc
►
modbus
►
modem
►
multi_heap
►
net
►
platform
►
pm
►
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
npm2100.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM2100_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM2100_H_
9
20
/* Load switch selection, applies to LDOSW only */
21
#define NPM2100_REG_LDSW_EN 0x01U
22
23
/* DPS modes applies to BOOST only */
24
#define NPM2100_REG_DPS_MASK 0x03U
25
#define NPM2100_REG_DPS_ALLOW 0x01U
26
#define NPM2100_REG_DPS_ALLOWLP 0x02U
27
28
/* Operating mode */
29
#define NPM2100_REG_OPER_MASK 0x1CU
30
#define NPM2100_REG_OPER_AUTO 0x00U
31
#define NPM2100_REG_OPER_HP 0x04U
32
#define NPM2100_REG_OPER_LP 0x08U
33
#define NPM2100_REG_OPER_ULP 0x0CU
34
#define NPM2100_REG_OPER_PASS 0x10U
35
#define NPM2100_REG_OPER_NOHP 0x14U
36
#define NPM2100_REG_OPER_OFF 0x18U
37
38
/* Forced mode when GPIO active */
39
#define NPM2100_REG_FORCE_MASK 0xE0U
40
#define NPM2100_REG_FORCE_HP 0x20U
41
#define NPM2100_REG_FORCE_LP 0x40U
42
#define NPM2100_REG_FORCE_ULP 0x60U
43
#define NPM2100_REG_FORCE_PASS 0x80U
44
#define NPM2100_REG_FORCE_NOHP 0xA0U
45
50
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM2100_H_*/
zephyr
dt-bindings
regulator
npm2100.h
Generated on Fri Mar 14 2025 12:05:19 for Zephyr API Documentation by
1.12.0