#include "inc/freeEMS.h"
#include "inc/interrupts.h"

Go to the source code of this file.
Variables | |
| const interruptTable _vectors[] | VECTORS |
This file contains the definition of the interrupt vector table. This table consists only of pointers to void(void) functions that will be called by the hardware when an interrupt of a certain type occurs.
Definition in file interrupts.c.
| const interruptTable _vectors [] VECTORS |
Definition at line 48 of file interrupts.c.
1.5.6