|
nanoFORTH v2.2
|
nanoForth interrupt handler class More...
#include "n4_core.h"

Go to the source code of this file.
Namespaces | |
| namespace | N4Intr |
Macros | |
| #define | CLI() cli() |
| #define | SEI() sei() |
Functions | |
| void | N4Intr::reset () |
| reset interrupts | |
| IU | N4Intr::isr () |
| fetch interrupt service routines | |
| void | N4Intr::add_tmisr (U16 i, U16 n, IU xt) |
| handler's xt | |
N4Intr static variables | |
| void | N4Intr::add_pcisr (U16 pin, IU xt) |
| handler's xt | |
| void | N4Intr::enable_timer (U16 f) |
| ENABLE=1, DISABLE=0. | |
| void | N4Intr::enable_pci (U16 f) |
nanoForth interrupt handler class
| #define CLI | ( | ) | cli() |
| #define SEI | ( | ) | sei() |