nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ event_manager_proxy_wait_for_remotes()

int event_manager_proxy_wait_for_remotes ( k_timeout_t  timeout)

#include <include/event_manager_proxy.h>

Wait for all the remote cores to report their readiness.

This function stops the current thread if there is any remote that did not finish its initialization.

Note
Call this function only after event_manager_proxy_start.
This function may be called multiple times.
Parameters
timeoutWaiting period for all the remote cores to finish theirs initialization.
Return values
0On success.
-ETIMETimeout reached.