XPm_NotifierRemove - XPm_NotifierRemove - 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

Remove notifier from the list.

Note: None

Prototype

XStatus XPm_NotifierRemove(XPm_Notifier *const Notifier);

Parameters

The following table lists the XPm_NotifierRemove function arguments.

Table 1. XPm_NotifierRemove Arguments
Type Name Description
XPm_Notifier *const Notifier Pointer to notifier object to be removed from list

Returns

Returns XST_SUCCESS if notifier is removed / XST_INVALID_PARAM if given notifier pointer is NULL / XST_FAILURE if notifier is not found