Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.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
exception.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2014 Wind River Systems, Inc.
3
* Copyright (c) 2016 Cadence Design Systems, Inc.
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
15
#ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_EXCEPTION_H_
16
#define ZEPHYR_INCLUDE_ARCH_XTENSA_EXCEPTION_H_
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
#ifndef _ASMLANGUAGE
23
24
/* Xtensa uses a variable length stack frame depending on how many
25
* register windows are in use. This isn't a struct type, it just
26
* matches the register/stack-unit width.
27
*/
28
typedef
int
z_arch_esf_t;
29
30
#endif
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
37
#endif
/* ZEPHYR_INCLUDE_ARCH_XTENSA_EXCEPTION_H_ */
zephyr
arch
xtensa
exception.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6