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-owned-memory.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Nordic Semiconductor ASA
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESERVED_MEMORY_NORDIC_OWNED_MEMORY_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_RESERVED_MEMORY_NORDIC_OWNED_MEMORY_H_
8
9
#include <
zephyr/dt-bindings/dt-util.h
>
10
17
#define NRF_PERM_R BIT(0)
19
#define NRF_PERM_W BIT(1)
21
#define NRF_PERM_X BIT(2)
23
#define NRF_PERM_S BIT(3)
25
#define NRF_PERM_NSC BIT(4)
26
37
#define NRF_PERM_RW (NRF_PERM_R | NRF_PERM_W)
38
#define NRF_PERM_RX (NRF_PERM_R | NRF_PERM_X)
39
#define NRF_PERM_RS (NRF_PERM_R | NRF_PERM_S)
40
#define NRF_PERM_WX (NRF_PERM_W | NRF_PERM_X)
41
#define NRF_PERM_WS (NRF_PERM_W | NRF_PERM_S)
42
#define NRF_PERM_XS (NRF_PERM_X | NRF_PERM_S)
43
#define NRF_PERM_RWX (NRF_PERM_R | NRF_PERM_W | NRF_PERM_X)
44
#define NRF_PERM_RWS (NRF_PERM_R | NRF_PERM_W | NRF_PERM_S)
45
#define NRF_PERM_RXS (NRF_PERM_R | NRF_PERM_X | NRF_PERM_S)
46
#define NRF_PERM_WXS (NRF_PERM_W | NRF_PERM_X | NRF_PERM_S)
47
#define NRF_PERM_RWXS (NRF_PERM_R | NRF_PERM_W | NRF_PERM_X | NRF_PERM_S)
48
53
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_RESERVED_MEMORY_NORDIC_OWNED_MEMORY_H_ */
dt-util.h
zephyr
dt-bindings
reserved-memory
nordic-owned-memory.h
Generated on Fri Mar 14 2025 12:05:19 for Zephyr API Documentation by
1.12.0