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

◆ dult_reset()

int dult_reset ( const struct dult_user user)

#include <include/dult.h>

Reset DULT.

This function can only be called by the DULT user previously registered with the dult_user_register function. After the device boot-up, no DULT user is registered. Calling this function unregisters the registered DULT user structure and callbacks.

Parameters
userUser structure used to authenticate the user.
Returns
0 if the operation was successful. Otherwise, a (negative) error code is returned.