nRF Connect SDK API 2.8.99
|
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.
user | User structure used to authenticate the user. |