XIpiPs_SendData - 2023.2 English

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

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 English

This function sends an IPI message to a destnation CPU.

Prototype

u32 XIpiPs_SendData(XMailbox *InstancePtr, void *MsgBufferPtr, u32 MsgLen, u8 BufferType, u8 Is_Blocking);

Parameters

The following table lists the XIpiPs_SendData function arguments.

Table 1. XIpiPs_SendData Arguments
Type Name Description
XMailbox * InstancePtr Pointer to the XMailbox instance
void * MsgBufferPtr is the pointer to Buffer which contains the message to be sent
u32 MsgLen is the length of the buffer/message
u8 BufferType is the type of buffer
u8 Is_Blocking if set trigger the notification in blocking mode

Returns

XST_SUCCESS in case of success XST_FAILURE in case of failure