![]() |
Xyris
0.5
|
Go to the source code of this file.
Namespaces | |
Interrupts | |
Macros | |
#define | ARCH_EXCEPTION_NUM 32 |
#define | ARCH_INTERRUPT_NUM 16 |
#define | ARCH_INTERRUPT_HANDLER_MAX 256 |
Typedefs | |
typedef void(* | Interrupts::InterruptHandler_t) (struct registers *) |
Functions | |
void | Interrupts::registerHandler (uint8_t interrupt, InterruptHandler_t handler) |
void | Interrupts::init () |
Interrupt Service Routine header.
Definition in file isr.hpp.