nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
reset_evt_service.h File Reference
#include <stdint.h>
#include <nrfx.h>
#include <sdfw/sdfw_services/ssf_errno.h>

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.