Lines Matching +full:non +full:- +full:maskable
2 * Copyright (c) 2009-2016 ARM Limited. All rights reserved.
4 * SPDX-License-Identifier: Apache-2.0
20 /* ------------------------- Interrupt Number Definition ------------------------ */
24 /* ------------------- Cortex-M3 Processor Exceptions Numbers ------------------- */
25 NonMaskableInt_IRQn = -14, /* 2 Non Maskable Interrupt */
26 HardFault_IRQn = -13, /* 3 HardFault Interrupt */
27 MemoryManagement_IRQn = -12, /* 4 Memory Management Interrupt */
28 BusFault_IRQn = -11, /* 5 Bus Fault Interrupt */
29 UsageFault_IRQn = -10, /* 6 Usage Fault Interrupt */
30 SVCall_IRQn = -5, /* 11 SV Call Interrupt */
31 DebugMonitor_IRQn = -4, /* 12 Debug Monitor Interrupt */
32 PendSV_IRQn = -2, /* 14 Pend SV Interrupt */
33 SysTick_IRQn = -1, /* 15 System Tick Interrupt */
35 /* --------------------- CMSDK_BEETLE Specific Interrupt Numbers ---------------- */
88 /* -------- Configuration of the Cortex-M3 Processor and Core Peripherals ------- */