BeRTOS
|
SAM3 interrupt definitions. More...
Go to the source code of this file.
Defines | |
#define | FAULT_NMI 2 |
Defines for the fault assignments. | |
#define | FAULT_HARD 3 |
Hard fault. | |
#define | FAULT_MPU 4 |
MPU fault. | |
#define | FAULT_BUS 5 |
Bus fault. | |
#define | FAULT_USAGE 6 |
Usage fault. | |
#define | FAULT_SVCALL 11 |
SVCall. | |
#define | FAULT_DEBUG 12 |
Debug monitor. | |
#define | FAULT_PENDSV 14 |
PendSV. | |
#define | FAULT_SYSTICK 15 |
System Tick. | |
#define | INT_PERIPH_BASE 16 |
Defines for the interrupt assignments. |
SAM3 interrupt definitions.
Definition in file sam3_ints.h.
#define FAULT_NMI 2 |