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

◆ ssf_reset_evt_callback

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.

Parameters
[in]domainsBitfield of domains that will be reset.
[in]delay_msDelay in milliseconds until the reset occurs.
[in]user_dataPointer to user data context
Returns
0 on success, otherwise a negative error code. Note that a non-0 value only results in an error being logged.