#include "system\typedefs.h"
Go to the source code of this file.
Defines | |
#define | mEnableInterrupt() INTCONbits.GIE = 1; |
Functions | |
void | low_isr (void) |
void | high_isr (void) |
|
D E F I N I T I O N S Definition at line 13 of file interrupt.h. |
|
D E C L A R A T I O N S Definition at line 39 of file interrupt.c. Referenced by interrupt_at_high_vector(). |
|
P R O T O T Y P E S Definition at line 52 of file interrupt.c. Referenced by interrupt_at_low_vector(). |