![]() |
xilpuf
Vitis Drivers API Documentation
|
This file contains the implementation of the xilmailbox generic interface APIs for xilpuf client library.
MODIFICATION HISTORY:
Ver Who Date Changes
----- ---- -------- -------------------------------------------------------
1.0 kpt 01/04/22 Initial release
kpt 01/13/22 Removed hardcoded IPI device id
am 02/18/22 Fixed COMF code complexity violations
kpt 03/16/22 Removed IPI related code and added mailbox support
2.1 skg 11/07/22 Added In Body comments
am 02/17/23 Fixed HIS_COMF violations
kpt 08/03/23 Fix security review comments
2.4 ng 04/30/24 Fixed doxygen commentsFunctions | |
| 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... | |