5.1.5.17 SYS_SubscribeToEvent Function
Syntax
void SYS_SubscribeToEvent(SYS_EventId_t id, SYS_EventReceiver_t *recv);
Description
The user can subscribe a receiver to an event multiple times by calling this function several times.
Input Parameters
Parameter Name | Description |
---|---|
id | Event ID |
recv | Receiver’s descriptor |
Return Type and Values
- None