FreeEMS  0.2.0-SNAPSHOT-282-g9efc524
Variables
interrupts.c File Reference

Interrupt Vector Table. More...

#include "inc/freeEMS.h"
#include "inc/interrupts.h"
Include dependency graph for interrupts.c:

Go to the source code of this file.

Variables

const interruptTable _vectors[] VECTORS

Detailed Description

Interrupt Vector Table.

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.

Variable Documentation

const interruptTable _vectors [] VECTORS

Definition at line 48 of file interrupts.c.