#include <rtl.h>
void os_evt_set (
U16 event_flags, /* Bit pattern of event flags to set */
OS_TID task ); /* The task that the events apply to */
Description
The os_evt_set function sets the event flags for the
task identified by the function argument. The function only
sets the event flags whose corresponding bit is set to 1 in the
event_flags argument.
The os_evt_set function is in the RL-RTX library. The
prototype is defined in rtl.h.
Return Value
The os_evt_set function does not return any value.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.