Interrupts.
Typedef Documentation
typedef void(* interrupt_t)(void)
|
|
Variable Documentation
|
Interrupt vector table.
The interrupt vector table is in general located at `0xffc0' in memory. It is at the same address as the interrupt vectors structure (alias).
Definition at line 163 of file asm-m68hc11/interrupts.h. |
|