nRF Connect SDK API 2.8.99
|
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.
timeout | Waiting period for all the remote cores to finish theirs initialization. |
0 | On success. |
-ETIME | Timeout reached. |