Main Page | Data Structures | Directories | File List | Data Fields | Globals

interrupt.h

Go to the documentation of this file.
00001 /******************************************************************************
00002 * PIC USB
00003 * interrupt.h
00004 ******************************************************************************/
00005 
00006 #ifndef INTERRUPT_H
00007 #define INTERRUPT_H
00008 
00009 /** I N C L U D E S **********************************************************/
00010 #include "system\typedefs.h"
00011 
00012 /** D E F I N I T I O N S ****************************************************/
00013 #define mEnableInterrupt()          INTCONbits.GIE = 1;
00014 
00015 
00016 /** S T R U C T U R E S ******************************************************/
00017 
00018 /** E X T E R N S ************************************************************/
00019 
00020 /** P R O T O T Y P E S ******************************************************/
00021 void low_isr(void);
00022 void high_isr(void);
00023 
00024 #endif //INTERRUPT_H
00025 
00026 
00027 
00028 

Generated on Wed Jun 8 03:49:39 2005 for cdc by  doxygen 1.4.2