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