XIpiPs_RegisterIrq - 2021.2 English

Xilinx Standalone Library Documentation: OS and Libraries Document Collection

Document ID
UG643
Release Date
2021-10-27
Version
2021.2 English

This function registers an irq.

Prototype

XStatus XIpiPs_RegisterIrq(XScuGic *IntcInstancePtr, XMailbox *InstancePtr, u32 IpiIntrId);

Parameters

The following table lists the XIpiPs_RegisterIrq function arguments.

Table 1. XIpiPs_RegisterIrq Arguments
Type Name Description
XScuGic * IntcInstancePtr Pointer to the scugic instance
XMailbox * InstancePtr Pointer to the XMailbox instance
u32 IpiIntrId is the interrupt id of the IPI

Returns

  • XST_SUCCESS if successful
  • XST_FAILURE if unsuccessful