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

Resets the internal states of the OpenThread radio stack.

Callbacks and configurations are preserved.

This API is only available under radio builds (OPENTHREAD_RADIO = 1).

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