![]() |
nRF Connect SDK API 3.3.99
|
| #define APP_EVENT_HOOK_POSTPROCESS_REGISTER | ( | hook_fn | ) |
#include <include/app_event_manager.h>
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).
| hook_fn | Hook function. |