microblaze_exception_handler.c File Reference

#include "microblaze_exceptions_i.h"
#include "microblaze_exceptions_g.h"

Functions

void microblaze_register_exception_handler (u32 ExceptionId, Xil_ExceptionHandler Handler, void *DataPtr)

Detailed Description

This file contains exception handler registration routines for the MicroBlaze processor.

 MODIFICATION HISTORY:

 Ver   Date     Changes
 ----- -------- -----------------------------------------------
 1.00b 06/24/04 First release
 

Function Documentation

void microblaze_register_exception_handler u32  ExceptionId,
Xil_ExceptionHandler  Handler,
void *  DataPtr
 

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.

Parameters:
ExceptionId is the id of the exception to register this handler for.
Top level handler.
DataPtr is a reference to data that will be passed to the handler when it gets called.
Returns:
None.
Note:
None.


Generated on Thu Feb 13 14:48:11 2014 for 2014.1_doc by  doxygen 1.4.5