 |
 |
Go to the documentation of this file. 41 #define INT_NMI_FAULT 2 // NMI Fault 42 #define INT_HARD_FAULT 3 // Hard Fault 43 #define INT_SVCALL 11 // Supervisor Call (SVCall) 44 #define INT_PENDSV 14 // Pending Service Call (PendSV) 45 #define INT_SYSTICK 15 // SysTick Interrupt from the System Timer 47 #define INT_CPUIRQ0 16 // IRQ0: Configurable source controlled by 49 #define INT_CPUIRQ1 17 // IRQ1: Configurable source controlled by 51 #define INT_CPUIRQ2 18 // IRQ2: Configurable source controlled by 53 #define INT_CPUIRQ3 19 // IRQ3: Configurable source controlled by 55 #define INT_CPUIRQ4 20 // IRQ4: Configurable source controlled by 57 #define INT_GPIO_COMB 21 // GPIO combined wake up interrupt, 60 #define INT_LRFD_IRQ0 22 // LRFD combined event, interrupt flags can 62 #define INT_LRFD_IRQ1 23 // LRFD combined event, interrupt flags can 64 #define INT_DMA_DONE_COMB 24 // DMA combined done interrupt, 67 #define INT_AES_COMB 25 // AES accelerator combined interrupt 70 #define INT_SPI0_COMB 26 // SPI0 combined interrupt request, 73 #define INT_UART0_COMB 27 // UART0 combined interrupt, interrupt 75 #define INT_I2C0_IRQ 28 // Interrupt event from I2C0, interrupt 77 #define INT_LGPT0_COMB 29 // LGPT0 combined interrupt, interrupt 79 #define INT_LGPT1_COMB 30 // LGPT1 combined interrupt, interrupt 81 #define INT_ADC_COMB 31 // ADC combined interrupt request, 84 #define INT_CPUIRQ16 32 // IRQ16: Configurable source controlled by 86 #define INT_LGPT2_COMB 33 // LGPT2 combined interrupt, interrupt 88 #define INT_LGPT3_COMB 34 // LGPT3 combined interrupt, interrupt 96 #define INT_PRI_LEVEL0 0x00000000 // Priority level 0 value 97 #define INT_PRI_LEVEL1 0x00000040 // Priority level 1 value 98 #define INT_PRI_LEVEL2 0x00000080 // Priority level 2 value 99 #define INT_PRI_LEVEL3 0x000000C0 // Priority level 3 value 100 #define INT_PRIORITY_MASK 0x000000C0 // Priority level mask 101 #define NUM_INTERRUPTS 35 // Number of exceptions 102 #define NUM_PRIORITY 4 // Number of exception priority levels 103 #define NUM_PRIORITY_BITS 2 // Number of exception priority bits 105 #endif // __HW_INTS__