pub unsafe extern "C" fn otPlatRadioResetCsl(
aInstance: *mut otInstance,
) -> otError
Expand description
Reset CSL receiver in the platform.
@note Defaults to otPlatRadioEnableCsl(aInstance,0, Mac::kShortAddrInvalid, nullptr);
@param[in] aInstance The OpenThread instance structure.
@retval OT_ERROR_NOT_IMPLEMENTED Radio driver doesn’t support CSL. @retval OT_ERROR_FAILED Other platform specific errors. @retval OT_ERROR_NONE Successfully disabled CSL.