Xil_ExceptionRemoveHandler - Xil_ExceptionRemoveHandler - 2026.1 English - UG643

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2026-06-23
Version
2026.1 English

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.

Table 1. Xil_ExceptionRemoveHandler Arguments
Name Description
Exception_id contains the 32 bit ID of the exception source and must be XIL_EXCEPTION_ID_INT or in the range 0 to XIL_EXCEPTION_ID_LAST. See xil_exception.h file for further information.