Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
3.5.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
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 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_THREAD_H_
8
#define ZEPHYR_INCLUDE_ARCH_XTENSA_THREAD_H_
9
10
#ifndef _ASMLANGUAGE
11
12
/* Xtensa doesn't use these structs, but Zephyr core requires they be
13
* defined so they can be included in struct _thread_base. Dummy
14
* field exists for sizeof compatibility with C++.
15
*/
16
17
struct
_callee_saved {
18
char
dummy;
19
};
20
21
typedef
struct
_callee_saved _callee_saved_t;
22
23
struct
_thread_arch {
24
uint32_t
last_cpu;
25
};
26
27
typedef
struct
_thread_arch _thread_arch_t;
28
29
#endif
/* _ASMLANGUAGE */
30
31
#endif
/* ZEPHYR_INCLUDE_ARCH_XTENSA_THREAD_H_ */
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:90
zephyr
arch
xtensa
thread.h
Generated on Fri Oct 20 2023 10:27:11 for Zephyr API Documentation by
1.9.6