Contiki 3.x
|
cc2538 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_cpsid (void) |
Disables all CPU interrupts. | |
unsigned long | cpu_cpsie (void) |
Enables all CPU interrupts. | |
cc2538 CPU-specific functions for the cc2538 core
#define INTERRUPTS_DISABLE | ( | ) | cpu_cpsid() |
Disables all CPU interrupts.
Definition at line 58 of file cpu.h.
Referenced by rtimer_arch_schedule(), and watchdog_reboot().