#include "xil_types.h"
#include "xil_assert.h"
Functions | |
void | FIQInterrupt (void) |
void | IRQInterrupt (void) |
void | SWInterrupt (void) |
void | DataAbortInterrupt (void) |
void | PrefetchAbortInterrupt (void) |
MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- --------------------------------------------------- 1.00a ecm 10/20/10 Initial version, moved over from bsp area
|
This is the C level wrapper for the DataAbort Interrupt called from the vectors.s file.
|
|
This is the C level wrapper for the FIQ interrupt called from the vectors.s file.
|
|
This is the C level wrapper for the IRQ interrupt called from the vectors.s file.
|
|
This is the C level wrapper for the PrefetchAbort Interrupt called from the vectors.s file.
|
|
This is the C level wrapper for the SW Interrupt called from the vectors.s file.
|