This function sends an IPI message to a destination 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.
Type | Name | Description |
---|---|---|
XMailbox
* |
InstancePtr |
Pointer to the
XMailbox
instance
|
void * | MsgBufferPtr | Pointer to buffer which contains the message to be sent |
u32 | MsgLen | Length of the buffer/message |
u8 | BufferType | Type of buffer |
u8 | Is_Blocking | If set, triggers the notification in blocking mode |