nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_rpc_os_event_set()

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.

Parameters
eventEvent to set.