![]() |
xilpuf
Vitis Drivers API Documentation
|
Functions | |
| int | XPuf_ProcessMailbox (XMailbox *MailboxPtr, u32 *MsgPtr, u32 MsgLen) |
| This function sends IPI request to the target module and gets the response from it. More... | |
| int XPuf_ProcessMailbox | ( | XMailbox * | MailboxPtr, |
| u32 * | MsgPtr, | ||
| u32 | MsgLen | ||
| ) |
This function sends IPI request to the target module and gets the response from it.
| MailboxPtr | Pointer to mailbox instance |
| MsgPtr | Pointer to the payload message |
| MsgLen | Length of the message |
Send CDO to PLM through IPI. Return XST_FAILURE if sending data failed.
Wait for IPI response from PLM and return the status of the IPI response.
Referenced by XPuf_ClearPufID(), XPuf_Regeneration(), and XPuf_Registration().