#include <p18cxxx.h>#include "system/typedefs.h"#include "system/interrupt/interrupt.h"Go to the source code of this file.
Functions | |
| void | interrupt_at_high_vector (void) |
| void | interrupt_at_low_vector (void) |
| void | high_isr (void) |
| void | low_isr (void) |
|
|
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(). |
|
|
I N T E R R U P T V E C T O R S Definition at line 16 of file interrupt.c. References high_isr(). |
|
|
Definition at line 23 of file interrupt.c. References low_isr(). |
|
|
P R O T O T Y P E S Definition at line 52 of file interrupt.c. Referenced by interrupt_at_low_vector(). |
1.4.2