Home
last modified time | relevance | path

Searched refs:mSpinelInterface (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/lib/spinel/
Dradio_spinel.hpp573 InterfaceType &GetSpinelInterface(void) { return mSpinelInterface; } in GetSpinelInterface()
1003 InterfaceType mSpinelInterface; member in ot::Spinel::RadioSpinel
Dradio_spinel_impl.hpp179 , mSpinelInterface(HandleReceivedFrame, this, mRxFrameBuffer) in RadioSpinel()
239 SuccessOrDie(mSpinelInterface.ResetConnection()); in Init()
452 mSpinelInterface.Deinit(); in Deinit()
1685 if ((end <= now) || (mSpinelInterface.WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()
1739 SuccessOrExit(error = mSpinelInterface.SendFrame(buffer, static_cast<uint16_t>(packed))); in SendReset()
1774 error = mSpinelInterface.SendFrame(buffer, offset); in SendCommand()
2217 return mSpinelInterface.GetBusSpeed(); in GetBusSpeed()
2274 mSpinelInterface.OnRcpReset(); in RecoverFromRcpFailure()
2287 SuccessOrDie(mSpinelInterface.ResetConnection()); in RecoverFromRcpFailure()