nRF Connect SDK API 2.8.99
|
#define APP_EVENT_HOOK_POSTPROCESS_REGISTER_FIRST | ( | hook_fn | ) |
#include <include/app_event_manager.h>
Register event hook on the end of event processing. The hook would be called first.
The event hook called after the event is processed. The hook function should have a form void hook(const struct app_event_header *aeh)
. The macro makes sure that the hook provided here is called first. Only one hook can be registered with this macro.
hook_fn | Hook function. |