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