#include "microblaze_exceptions_i.h"
#include "microblaze_exceptions_g.h"
Functions | |
void | microblaze_register_exception_handler (u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr) |
MODIFICATION HISTORY:
Ver Date Changes ----- -------- ----------------------------------------------- 1.00b 06/24/04 First release
|
Registers an exception 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.
|