nRF Connect SDK API 2.8.99
|
Go to the source code of this file.
Macros | |
#define | SSF_RESET_EVT_ERROR_SUB 1 |
Typedefs | |
typedef int(* | ssf_reset_evt_callback) (uint32_t domains, uint32_t delay_ms, void *user_data) |
User callback invoked by client of reset event service for incoming notifications. | |
Functions | |
int | ssf_reset_evt_subscribe (ssf_reset_evt_callback callback, void *context) |
Subscribe to reset event notifications. | |
int | ssf_reset_evt_unsubscribe (void) |
Unsubscribe from all reset event service notifications. | |
int | ssf_reset_evt_notify (uint32_t domains, uint32_t delay_ms) |
Notify all subscribed clients about an incoming reset. Note that this is a server side function. | |