Lines Matching full:interrupt
20 /* ------------------------- Interrupt Number Definition ------------------------ */
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 ---------------- */
36 UART0_IRQn = 0, /* UART 0 RX and TX Combined Interrupt */
38 UART1_IRQn = 2, /* UART 1 RX and TX Combined Interrupt */
39 I2C0_IRQn = 3, /* I2C 0 Interrupt */
40 I2C1_IRQn = 4, /* I2C 1 Interrupt */
41 RTC_IRQn = 5, /* RTC Interrupt */
42 PORT0_ALL_IRQn = 6, /* GPIO Port 0 combined Interrupt */
43 PORT1_ALL_IRQn = 7, /* GPIO Port 1 combined Interrupt */
44 TIMER0_IRQn = 8, /* TIMER 0 Interrupt */
45 TIMER1_IRQn = 9, /* TIMER 1 Interrupt */
46 DUALTIMER_IRQn = 10, /* Dual Timer Interrupt */
47 SPI0_IRQn = 11, /* SPI 0 Interrupt */
48 UARTOVF_IRQn = 12, /* UART 0,1,2 Overflow Interrupt */
49 SPI1_IRQn = 13, /* SPI 1 Interrupt */
50 QSPI_IRQn = 14, /* QUAD SPI Interrupt */
51 DMA_IRQn = 15, /* Reserved for DMA Interrupt */
68 SYSERROR_IRQn = 32, /* System Error Interrupt */
69 EFLASH_IRQn = 33, /* Embedded Flash Interrupt */
78 PORT2_ALL_IRQn = 42, /* GPIO Port 2 combined Interrupt */
79 PORT3_ALL_IRQn = 43, /* GPIO Port 3 combined Interrupt */
80 TRNG_IRQn = 44, /* Random number generator Interrupt */