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
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
nordic-npm1300-gpio.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
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM1300_GPIO_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM1300_GPIO_H_
8
33
#define NPM1300_GPIO_DRIVE_MSK 0x0100U
37
#define NPM1300_GPIO_DRIVE_1MA (0U << 8U)
39
#define NPM1300_GPIO_DRIVE_6MA (1U << 8U)
40
51
#define NPM1300_GPIO_DEBOUNCE_MSK 0x0200U
55
#define NPM1300_GPIO_DEBOUNCE_OFF (0U << 9U)
57
#define NPM1300_GPIO_DEBOUNCE_ON (1U << 9U)
58
69
#define NPM1300_GPIO_WDT_RESET_MSK 0x0400U
73
#define NPM1300_GPIO_WDT_RESET_OFF (0U << 10U)
75
#define NPM1300_GPIO_WDT_RESET_ON (1U << 10U)
76
87
#define NPM1300_GPIO_PWRLOSSWARN_MSK 0x0800U
91
#define NPM1300_GPIO_PWRLOSSWARN_OFF (0U << 11U)
93
#define NPM1300_GPIO_PWRLOSSWARN_ON (1U << 11U)
94
99
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM1300_GPIO_H_ */
zephyr
dt-bindings
gpio
nordic-npm1300-gpio.h
Generated on Fri Mar 14 2025 12:05:19 for Zephyr API Documentation by
1.12.0