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.
Prototype
void microblaze_register_handler(XInterruptHandler Handler, void *DataPtr);
Parameters
The following table lists the microblaze_register_handler function arguments.
| Name | Description |
|---|---|
| Handler | Top level handler. |
| DataPtr | a reference to data that will be passed to the handler when it gets called. |