Home
last modified time | relevance | path

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

/openthread-3.4.0/src/lib/spinel/
Dradio_spinel.hpp573 InterfaceType &GetSpinelInterface(void) { return mSpinelInterface; } in GetSpinelInterface()
1060 InterfaceType mSpinelInterface; member in ot::Spinel::RadioSpinel
Dradio_spinel_impl.hpp175 , mSpinelInterface(HandleReceivedFrame, this, mRxFrameBuffer) in RadioSpinel()
281 hardwareReset = (mSpinelInterface.HardwareReset() == OT_ERROR_NONE); in ResetRcp()
498 mSpinelInterface.Deinit(); in Deinit()
1734 if ((end <= now) || (mSpinelInterface.WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()
1791 SuccessOrExit(error = mSpinelInterface.SendFrame(buffer, static_cast<uint16_t>(packed))); in SendReset()
1827 SuccessOrExit(error = mSpinelInterface.SendFrame(buffer, offset)); in SendCommand()
2273 return mSpinelInterface.GetBusSpeed(); in GetBusSpeed()