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