Configuration of the Cortex-M3 Processor and Core Peripherals.
More...
|
typedef enum IRQn | IRQn_Type |
|
Configuration of the Cortex-M3 Processor and Core Peripherals.
Enumerator |
---|
NonMaskableInt_IRQn |
2 Non Maskable Interrupt
|
HardFault_IRQn |
3 HardFault Interrupt
|
MemoryManagement_IRQn |
4 Memory Management Interrupt
|
BusFault_IRQn |
5 Bus Fault Interrupt
|
UsageFault_IRQn |
6 Usage Fault Interrupt
|
SVCall_IRQn |
11 SV Call Interrupt
|
DebugMonitor_IRQn |
12 Debug Monitor Interrupt
|
PendSV_IRQn |
14 Pend SV Interrupt
|
SysTick_IRQn |
15 System Tick Interrupt
|
GPIO_A_IRQn |
GPIO port A Interrupt.
|
GPIO_B_IRQn |
GPIO port B Interrupt.
|
GPIO_C_IRQn |
GPIO port C Interrupt.
|
GPIO_D_IRQn |
GPIO port D Interrupt.
|
UART0_IRQn |
UART0 Interrupt.
|
UART1_IRQn |
UART1 Interrupt.
|
SSI0_IRQn |
SSI0 Interrupt.
|
I2C_IRQn |
I²C Interrupt.
|
ADC_IRQn |
ADC Interrupt.
|
WDT_IRQn |
Watchdog Timer Interrupt.
|
GPT0A_IRQn |
GPTimer 0A Interrupt.
|
GPT0B_IRQn |
GPTimer 0B Interrupt.
|
GPT1A_IRQn |
GPTimer 1A Interrupt.
|
GPT1B_IRQn |
GPTimer 1B Interrupt.
|
GPT2A_IRQn |
GPTimer 2A Interrupt.
|
GPT2B_IRQn |
GPTimer 2B Interrupt.
|
ADC_CMP_IRQn |
Analog Comparator Interrupt.
|
RF_TX_RX_ALT_IRQn |
RF Tx/Rx (Alternate) Interrupt.
|
RF_ERR_ALT_IRQn |
RF Error (Alternate) Interrupt.
|
SYS_CTRL_IRQn |
System Control Interrupt.
|
FLASH_CTRL_IRQn |
Flash memory Control Interrupt.
|
AES_ALT_IRQn |
AES (Alternate) Interrupt.
|
PKA_ALT_IRQn |
PKA (Alternate) Interrupt.
|
SMT_ALT_IRQn |
SM Timer (Alternate) Interrupt.
|
MACT_ALT_IRQn |
MAC Timer (Alternate) Interrupt.
|
SSI1_IRQn |
SSI1 Interrupt.
|
GPT3A_IRQn |
GPTimer 3A Interrupt.
|
GPT3B_IRQn |
GPTimer 3B Interrupt.
|
UDMA_SW_IRQn |
µDMA Software Interrupt.
|
UDMA_ERR_IRQn |
µDMA Error Interrupt.
|
USB_IRQn |
USB Interrupt.
|
RF_TX_RX_IRQn |
RF Tx/Rx Interrupt.
|
RF_ERR_IRQn |
RF Error Interrupt.
|
AES_IRQn |
AES Interrupt.
|
PKA_IRQn |
PKA Interrupt.
|
SMT_IRQn |
SM Timer Interrupt.
|
MACT_IRQn |
MAC Timer Interrupt.
|
Definition at line 64 of file cc2538_cm3.h.