|
Contiki-NG
|
CPU-specific functions for the cc2538 core. More...
Files | |
| file | cpu.h |
| Header file with prototypes for interrupt control on the cc2538 Cortex-M3 micro. | |
Macros | |
| #define | INTERRUPTS_ENABLE() __enable_irq() |
| Enables all CPU interrupts. | |
| #define | INTERRUPTS_DISABLE() __disable_irq() |
| Disables all CPU interrupts. More... | |
CPU-specific functions for the cc2538 core.
| #define INTERRUPTS_DISABLE | ( | ) | __disable_irq() |
Disables all CPU interrupts.
Definition at line 54 of file cpu.h.
Referenced by cfs_coffee_arch_erase(), and watchdog_reboot().
1.8.13