microblaze_exceptions_i.h File Reference

#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)

Detailed Description

This header file contains defines for structures used by the microblaze hardware exception handler.

 MODIFICATION HISTORY:

 Ver   Date     Changes
 ----- -------- -----------------------------------------------
 1.00a 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