#include "xil_types.h"
#include "xil_assert.h"
#include "xil_exception.h"
Data Structures | |
struct | MB_ExceptionVectorTableEntry |
Functions | |
void | microblaze_register_exception_handler (u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr) |
MODIFICATION HISTORY:
Ver Date Changes ----- -------- ----------------------------------------------- 1.00a 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.
|