![]() |
![]() |
|
CC23x0R5DriverLibrary
|

Go to the source code of this file.
Macros | |
| #define | INT_NMI_FAULT 2 |
| #define | INT_HARD_FAULT 3 |
| #define | INT_SVCALL 11 |
| #define | INT_PENDSV 14 |
| #define | INT_SYSTICK 15 |
| #define | INT_CPUIRQ0 16 |
| #define | INT_CPUIRQ1 17 |
| #define | INT_CPUIRQ2 18 |
| #define | INT_CPUIRQ3 19 |
| #define | INT_CPUIRQ4 20 |
| #define | INT_GPIO_COMB 21 |
| #define | INT_LRFD_IRQ0 22 |
| #define | INT_LRFD_IRQ1 23 |
| #define | INT_DMA_DONE_COMB 24 |
| #define | INT_AES_COMB 25 |
| #define | INT_SPI0_COMB 26 |
| #define | INT_UART0_COMB 27 |
| #define | INT_I2C0_IRQ 28 |
| #define | INT_LGPT0_COMB 29 |
| #define | INT_LGPT1_COMB 30 |
| #define | INT_ADC_COMB 31 |
| #define | INT_CPUIRQ16 32 |
| #define | INT_LGPT2_COMB 33 |
| #define | INT_LGPT3_COMB 34 |
| #define | INT_PRI_LEVEL0 0x00000000 |
| #define | INT_PRI_LEVEL1 0x00000040 |
| #define | INT_PRI_LEVEL2 0x00000080 |
| #define | INT_PRI_LEVEL3 0x000000C0 |
| #define | INT_PRIORITY_MASK 0x000000C0 |
| #define | NUM_INTERRUPTS 35 |
| #define | NUM_PRIORITY 4 |
| #define | NUM_PRIORITY_BITS 2 |
| #define INT_NMI_FAULT 2 |
Referenced by IntSetPend().
| #define INT_HARD_FAULT 3 |
| #define INT_SVCALL 11 |
| #define INT_PENDSV 14 |
Referenced by IntClearPend(), and IntSetPend().
| #define INT_SYSTICK 15 |
Referenced by IntClearPend(), IntDisable(), IntEnable(), IntSetPend(), SysTickRegisterInt(), and SysTickUnregisterInt().
| #define INT_CPUIRQ0 16 |
| #define INT_CPUIRQ1 17 |
| #define INT_CPUIRQ2 18 |
| #define INT_CPUIRQ3 19 |
| #define INT_CPUIRQ4 20 |
| #define INT_GPIO_COMB 21 |
| #define INT_LRFD_IRQ0 22 |
| #define INT_LRFD_IRQ1 23 |
| #define INT_DMA_DONE_COMB 24 |
Referenced by uDMARegisterInt(), and uDMAUnregisterInt().
| #define INT_AES_COMB 25 |
| #define INT_SPI0_COMB 26 |
Referenced by SPIRegisterInt(), and SPIUnregisterInt().
| #define INT_UART0_COMB 27 |
| #define INT_I2C0_IRQ 28 |
| #define INT_LGPT0_COMB 29 |
| #define INT_LGPT1_COMB 30 |
| #define INT_ADC_COMB 31 |
| #define INT_CPUIRQ16 32 |
| #define INT_LGPT2_COMB 33 |
| #define INT_LGPT3_COMB 34 |
| #define INT_PRI_LEVEL0 0x00000000 |
| #define INT_PRI_LEVEL1 0x00000040 |
| #define INT_PRI_LEVEL2 0x00000080 |
| #define INT_PRI_LEVEL3 0x000000C0 |
Referenced by IntSetPriority().
| #define INT_PRIORITY_MASK 0x000000C0 |
Referenced by IntGetPriority(), and IntSetPriority().
| #define NUM_INTERRUPTS 35 |
Referenced by __attribute__(), IntClearPend(), IntDefaultHandler(), IntDisable(), IntEnable(), IntGetPend(), IntGetPriority(), IntSetPend(), IntSetPriority(), and IntUnregister().
| #define NUM_PRIORITY 4 |
| #define NUM_PRIORITY_BITS 2 |