Contiki 3.x
Macros | Functions
cpu.h File Reference

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.
 

Detailed Description

Header file with prototypes for interrupt control on the cc2538 Cortex-M3 micro.

Definition in file cpu.h.