nrfxlib API 2.8.99
|
int nrf_rpc_os_event_wait | ( | struct nrf_rpc_os_event * | event, |
int32_t | timeout ) |
#include <nrf_rpc/template/nrf_rpc_os_tmpl.h>
Wait for an event.
event | Event to wait for. |
timeout | Timeout in milliseconds. NRF_RPC_OS_WAIT_FOREVER indicates infinite timeout. NRF_RPC_OS_NO_WAIT indicates no timeout. |