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
exception.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2014 Wind River Systems, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
14
#ifndef ZEPHYR_INCLUDE_ARCH_ARC_V2_EXCEPTION_H_
15
#define ZEPHYR_INCLUDE_ARCH_ARC_V2_EXCEPTION_H_
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
/* ARCv2 Exception vector numbers */
26
#define ARC_EV_RESET 0x0
27
#define ARC_EV_MEM_ERROR 0x1
28
#define ARC_EV_INS_ERROR 0x2
29
#define ARC_EV_MACHINE_CHECK 0x3
30
#define ARC_EV_TLB_MISS_I 0x4
31
#define ARC_EV_TLB_MISS_D 0x5
32
#define ARC_EV_PROT_V 0x6
33
#define ARC_EV_PRIVILEGE_V 0x7
34
#define ARC_EV_SWI 0x8
35
#define ARC_EV_TRAP 0x9
36
#define ARC_EV_EXTENSION 0xA
37
#define ARC_EV_DIV_ZERO 0xB
38
#define ARC_EV_DC_ERROR 0xC
39
#define ARC_EV_MISALIGNED 0xD
40
#define ARC_EV_VEC_UNIT 0xE
41
42
#endif
/* ZEPHYR_INCLUDE_ARCH_ARC_V2_EXCEPTION_H_ */
zephyr
arch
arc
v2
exception.h
Generated on Tue Mar 18 2025 00:07:10 for Zephyr API Documentation by
1.12.0