7#ifndef SSF_RESET_EVT_SERVICE_H__
8#define SSF_RESET_EVT_SERVICE_H__
18#define SSF_RESET_EVT_ERROR_SUB 1
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.
Definition reset_evt_service.h:30
int ssf_reset_evt_unsubscribe(void)
Unsubscribe from all reset event service notifications.
int ssf_reset_evt_subscribe(ssf_reset_evt_callback callback, void *context)
Subscribe to reset event 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.