xilnvm
Vitis Drivers API Documentation
xnvm_mailbox.c File Reference

Overview

This file contains the implementation of the xilmailbox generic interface APIs for xilnvm client library.

MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 kal 07/05/21 Initial release 1.1 kpt 01/13/21 Added API's to set and get the shared memory kpt 03/16/22 Removed IPI related code and added mailbox support 3.1 skg 10/04/22 Initialized SlrIndex to default value skg 10/28/22 Added In body comments for APIs 3.3 ng 11/22/23 Fixed doxygen grouping

 

Functions

int XNvm_ProcessMailbox (XMailbox *MailboxPtr, u32 *MsgPtr, u32 MsgLen)
 This function sends IPI request to the target module and gets the response from it. More...
 
int XNvm_ClientInit (XNvm_ClientInstance *const InstancePtr, XMailbox *const MailboxPtr)
 This function sets the instance of mailbox. More...