Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
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
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
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
Typedefs
Enumerator
Related Symbols
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
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
p
q
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
q
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
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
architecture_arch.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
3
* 2021 Gerson Fernando Budke
4
*
5
* This file is subject to the terms and conditions of the GNU Lesser
6
* General Public License v2.1. See the file LICENSE in the top level
7
* directory for more details.
8
*/
9
22
#ifndef ARCHITECTURE_ARCH_H
23
#define ARCHITECTURE_ARCH_H
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
/* Doc is provided centrally in platform.h, hide this from Doxygen */
30
#ifndef DOXYGEN
31
#define ARCHITECTURE_WORD_BITS (8U)
32
33
#define ARCHITECTURE_LARGE_TXT_PTR 1
34
typedef
uint32_t
uinttxtptr_t
;
35
#define PRIxTXTPTR PRIx32
36
#endif
/* DOXYGEN */
37
38
#ifdef __cplusplus
39
}
40
#endif
41
43
#endif
/* ARCHITECTURE_ARCH_H */
uinttxtptr_t
uintptr_t uinttxtptr_t
Pointer type to point anywhere in the .text section.
Definition
architecture.h:136
Generated on Thu Apr 3 2025 00:20:45 by
1.12.0