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

◆ APP_EVENT_HOOK_POSTPROCESS_REGISTER

#define APP_EVENT_HOOK_POSTPROCESS_REGISTER (   hook_fn)

#include <include/app_event_manager.h>

Value:
_APP_EVENT_HOOK_POSTPROCESS_REGISTER(hook_fn, \
_APP_EM_SUBS_PRIO_ID(_APP_EM_SUBS_PRIO_NORMAL))

Register event hook on the end of event processing.

The event hook called after the event is processed. The hook function should have a form void hook(const struct app_event_header *aeh).

Parameters
hook_fnHook function.