nrfxlib API 2.8.99
|
void nrf_rpc_os_event_set | ( | struct nrf_rpc_os_event * | event | ) |
#include <nrf_rpc/template/nrf_rpc_os_tmpl.h>
Set an event.
If some thread is waiting of the event then it will be waken up. If there is no thread waiting next call to nrf_rpc_os_event_wait will return immediately.
Event behavior is the same as a binary semaphore.
event | Event to set. |