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
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
thread.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 KT-Elektronik, Klaucke und Partner GmbH
3
* Copyright (c) 2024 Renesas Electronics Corporation
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
#ifndef ZEPHYR_INCLUDE_ARCH_RX_THREAD_H_
9
#define ZEPHYR_INCLUDE_ARCH_RX_THREAD_H_
10
11
#ifndef _ASMLANGUAGE
12
#include <
zephyr/types.h
>
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
struct
_callee_saved {
19
/* General purpose callee-saved registers */
20
};
21
22
typedef
struct
_callee_saved _callee_saved_t;
23
24
struct
_thread_arch {
25
/* empty */
26
};
27
28
typedef
struct
_thread_arch _thread_arch_t;
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* _ASMLANGUAGE */
35
36
#endif
/* ZEPHYR_INCLUDE_ARCH_RX_THREAD_H_ */
types.h
zephyr
arch
rx
thread.h
Generated on Thu Jun 19 2025 09:08:31 for Zephyr API Documentation by
1.12.0