Zephyr API Documentation
4.4.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
exception.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013-2014 Wind River Systems, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
15
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_EXCEPTION_H_
16
#define ZEPHYR_INCLUDE_ARCH_ARM_EXCEPTION_H_
17
18
#if defined(CONFIG_CPU_CORTEX_M)
19
#include <
zephyr/arch/arm/cortex_m/exception.h
>
20
#elif defined(CONFIG_CPU_AARCH32_CORTEX_A) || defined(CONFIG_CPU_AARCH32_CORTEX_R) \
21
|| defined(CONFIG_CPU_ARM9)
22
#include <
zephyr/arch/arm/cortex_a_r/exception.h
>
23
#else
24
#error Unknown ARM architecture
25
#endif
/* CONFIG_CPU_CORTEX_M */
26
27
#endif
/* ZEPHYR_INCLUDE_ARCH_ARM_EXCEPTION_H_ */
exception.h
ARM AArch32 Cortex-A and Cortex-R public exception handling.
exception.h
ARM AArch32 Cortex-M public exception handling.
zephyr
arch
arm
exception.h
Generated on Mon Aug 3 2026 10:12:00 for Zephyr API Documentation by
1.9.8