Removes the handler for a specific exception Id.
The stub handler is then registered for this exception Id.
Prototype
void Xil_ExceptionRemoveHandler(u32 Exception_id);
Parameters
The following table lists the Xil_ExceptionRemoveHandler
function arguments.
Name | Description |
---|---|
Exception_id | contains the ID of the exception source and should be in the range of 0 to XIL_EXCEPTION_ID_LAST. See xil_exception.h for further information. |