Lines Matching +full:non +full:- +full:maskable
4 * SPDX-License-Identifier: Apache-2.0
18 /* CORTEX-M7 Processor Exceptions Numbers */
19 NonMaskableInt_IRQn = -14, /*< 2 Non Maskable Interrupt */
20 HardFault_IRQn = -13, /*< 3 HardFault Interrupt */
21 MemoryManagement_IRQn = -12, /*< 4 Cortex-M7 Memory Management Interrupt */
22 BusFault_IRQn = -11, /*< 5 Cortex-M7 Bus Fault Interrupt */
23 UsageFault_IRQn = -10, /*< 6 Cortex-M7 Usage Fault Interrupt */
24 SVCall_IRQn = -5, /*< 11 Cortex-M7 SV Call Interrupt */
25 DebugMonitor_IRQn = -4, /*< 12 Cortex-M7 Debug Monitor Interrupt */
26 PendSV_IRQn = -2, /*< 14 Cortex-M7 Pend SV Interrupt */
27 SysTick_IRQn = -1, /*< 15 Cortex-M7 System Tick Interrupt */
279 * \brief Configuration of the CORTEX-M7 Processor and Core Peripherals