Xplmi_SsitWriteEventBufferAndTriggerMsgEvent
This API is used to write the event data to the request buffer of the secondary SLR (to which the message event should be sent) and trigger the message event to the corresponding secondary SLR. It should be called from the module which needs to trigger a message event. It takes the index of the secondary SLR to which the message event to be triggered is sent, the pointer to the Request Buffer (Command) and the Request Buffer Data Size (the size is maximum of eight words replicating the IPI communication). When the command is written to the request buffer and the message event is triggered, the secondary SLR receives an SSI interrupt, and handling happens like IPI commands execution.
Refer to the xplmi_ssit.h
file for the SLR
index for SSI devices.