Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
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
#if !defined(_ASMLANGUAGE) && defined(CONFIG_RUNTIME_NMI)
17
extern
void
z_arm_nmi_set_handler(
void
(*pHandler)(
void
));
18
#endif
19
20
#endif
/* ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_ */
zephyr
arch
arm
nmi.h
Generated on Fri Nov 8 2024 18:02:18 for Zephyr API Documentation by
1.12.0