Xplmi_SsitRegisterEvent
This API is used for registering an event between SLRs. It can be called from any module in the PLM. When it is called, the PLM adds the event to the events list. This API takes the following arguments:
- Event Index that maps to the array index of
Xplmi_SsitEvents_t
which represents the list of all the events and the handler for the event being registered - Event Origin which represents who should represent the event.
Refer to xplmi_ssit.h
file for
EventOrigin defines.
Note: The event list needs to be identical in all
SLRs.