Contiki 3.x
|
Header file with prototypes for interrupt control on the cc2538 Cortex-M3 micro. More...
Go to the source code of this file.
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. | |
Header file with prototypes for interrupt control on the cc2538 Cortex-M3 micro.
Definition in file cpu.h.