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
nmi.h
Go to the documentation of this file.
1
7
/*
8
* Copyright (c) 2015 Intel Corporation
9
*
10
* SPDX-License-Identifier: Apache-2.0
11
*/
12
13
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_
14
#define ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
#if !defined(_ASMLANGUAGE) && defined(CONFIG_RUNTIME_NMI)
21
extern
void
z_arm_nmi_set_handler(
void
(*pHandler)(
void
));
22
#endif
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
/* ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_ */
zephyr
arch
arm
nmi.h
Generated on Fri Mar 14 2025 00:06:42 for Zephyr API Documentation by
1.12.0