XIsf_SetStatusHandler - 2020.2 English

OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2020-11-24
Version
2020.2 English

This API is to set the Status Handler when an interrupt is registered.

Note: None.

Prototype

void XIsf_SetStatusHandler(XIsf *InstancePtr, XIsf_Iface *XIfaceInstancePtr, XIsf_StatusHandler XilIsf_Handler);

Parameters

The following table lists the XIsf_SetStatusHandler function arguments.

Table 1. XIsf_SetStatusHandler Arguments
Type Name Description
XIsf * InstancePtr Pointer to the XIsf Instance.
XIsf_Iface * XIfaceInstancePtr Pointer to the XIsf_Iface instance to be worked on.
XIsf_StatusHandler XilIsf_Handler Status handler for the application.

Returns

None