ISR related functions.  
More...
#include <stdbool.h>
#include <msp430.h>
#include "irq.h"
 
Go to the source code of this file.
| 
#define  | _GENERAL_INTERRUPT_ENABLE   (0x0008) | 
|   | 
| 
volatile int  | __irq_is_in | 
|   | 
| 
static unsigned int  | irq_disable (void) | 
|   | 
| 
static unsigned int  | irq_enable (void) | 
|   | 
| 
static void  | irq_restore (unsigned int state) | 
|   | 
| 
static bool  | irq_is_in (void) | 
|   | 
| 
static bool  | irq_is_enabled (void) | 
|   |