#include <rtl.h>
void os_evt_clr (
U16 clear_flags, /* Bit pattern of event flags to clear */
OS_TID task ); /* The task that the events apply to */
Description
The os_evt_clr function clears the event flags for the
task identified by the function argument. The function only
clears the event flags whose corresponding bit is set to 1 in the
clear_flags argument.
The os_evt_clr function is in the RL-RTX library. The
prototype is defined in rtl.h.
Return Value
The os_evt_clr 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.