|
Contiki 3.x
|
CPU-specific functions for the cc2538 core. More...
Files | |
| file | cpu.c |
| Implementations of interrupt control on the cc2538 Cortex-M3 micro. | |
| file | cpu.h |
| Header file with prototypes for interrupt control on the cc2538 Cortex-M3 micro. | |
Macros | |
| #define | INTERRUPTS_ENABLE() cpu_cpsie() |
| Enables all CPU interrupts. | |
| #define | INTERRUPTS_DISABLE() cpu_cpsid() |
| Disables all CPU interrupts. More... | |
Functions | |
| unsigned long | cpu_cpsie (void) |
| Enables all CPU interrupts. | |
| unsigned long | cpu_cpsid (void) |
| Disables all CPU interrupts. | |
CPU-specific functions for the cc2538 core.
| #define INTERRUPTS_DISABLE | ( | ) | cpu_cpsid() |
Disables all CPU interrupts.
Definition at line 67 of file cpu.h.
Referenced by cfs_coffee_arch_erase(), cfs_coffee_arch_write(), rtimer_arch_schedule(), and watchdog_reboot().
1.8.6