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

◆ EVENT_MANAGER_PROXY_SUBSCRIBE

#define EVENT_MANAGER_PROXY_SUBSCRIBE ( instance,
ename )

#include <include/event_manager_proxy.h>

Value:
#define APP_EVENT_ID(ename)
Get the event ID.
Definition app_event_manager.h:84
int event_manager_proxy_subscribe(const struct device *instance, const struct event_type *local_event_id)
Subscribe for the remote event.

Subscribe for the remote event.

Register the listener for the event from the remote core.

Parameters
instanceThe instance used for IPC service to transfer data between cores.
enameName of the event. The event name has to be the same on remote and local cores.
Returns
See event_manager_proxy_subscribe.