pub unsafe extern "C" fn otInstanceReset(aInstance: *mut otInstance)
Expand description

Triggers a platform reset.

The reset process ensures that all the OpenThread state/info (stored in volatile memory) is erased. Note that the otPlatformReset does not erase any persistent state/info saved in non-volatile memory.

@param[in] aInstance A pointer to an OpenThread instance.