#include "xil_exception.h"
#include "microblaze_interrupts_i.h"
Functions | |
void | __interrupt_handler (void) |
void | microblaze_register_handler (XInterruptHandler Handler, void *DataPtr) |
MODIFICATION HISTORY:
Ver Date Changes ----- -------- ----------------------------------------------- 1.00b 10/03/03 First release
|
This function is the standard interrupt handler used by the MicroBlaze processor. It saves all volatile registers, calls the users top level interrupt handler. When this returns, it restores all registers, and returns using a rtid instruction.
|
|
Registers a top-level interrupt handler for the MicroBlaze. The argument provided in this call as the DataPtr is used as the argument for the handler when it is called.
|