5.1.5.14 SYS_PostEvent Function

Sytax

void SYS_PostEvent(SYS_EventId_t id, SYS_EventData_t data);

Description

This function helps to deliver a posted event to all subscribed receivers.

Input Parameters
Parameter NameDescription
idEvent ID
dataAssociated data that is passed to callback functions of event’s receivers
Return Type and Values
  • None