FreeEMS  0.2.0-SNAPSHOT-282-g9efc524
Macros | Variables
xgateVectors.c File Reference

XGATE Interrupt Vector Table. More...

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

Go to the source code of this file.

Macros

#define XGATEVECTORS_C

Variables

const xgateIntVector
xgateIntVectorTable[] 
PPAGE_E0X

Detailed Description

XGATE Interrupt Vector Table.

This file contains the definition of the XGATE interrupt vector table. This table consists only of pointers to xgate code blocks which are by definition void. These will be called by the hardware when an interrupt of a certain type occurs.

Author
Sean Keys

Definition in file xgateVectors.c.

Macro Definition Documentation

#define XGATEVECTORS_C

Definition at line 43 of file xgateVectors.c.

Variable Documentation

const xgateIntVector xgateIntVectorTable [] PPAGE_E0X

Definition at line 49 of file xgateVectors.c.