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

◆ watchdog_register_handler()

void watchdog_register_handler ( watchdog_evt_handler_t  evt_handler)

Register handler to receive watchdog callback events.

Note
The library only allows for one event handler to be registered at a time. A passed in event handler in this function will overwrite the previously set event handler.
Parameters
evt_handlerEvent handler. Handler is de-registered if parameter is NULL.