|
Contiki 3.x
|
Implementations of interrupt control on the cc2538 Cortex-M3 micro. More...
Go to the source code of this file.
Functions | |
| unsigned long | cpu_cpsie (void) |
| Enables all CPU interrupts. | |
| unsigned long | cpu_cpsid (void) |
| Disables all CPU interrupts. | |
Implementations of interrupt control on the cc2538 Cortex-M3 micro.
Definition in file cpu.c.
1.8.6