Home
last modified time | relevance | path

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

/openthread-3.5.0/src/lib/spinel/
Dradio_spinel.hpp569 InterfaceType &GetSpinelInterface(void) { return mSpinelInterface; } in GetSpinelInterface()
1044 InterfaceType mSpinelInterface; member in ot::Spinel::RadioSpinel
Dradio_spinel_impl.hpp170 , mSpinelInterface(HandleReceivedFrame, this, mRxFrameBuffer) in RadioSpinel()
261 hardwareReset = (mSpinelInterface.HardwareReset() == OT_ERROR_NONE); in ResetRcp()
457 mSpinelInterface.Deinit(); in Deinit()
1500 if ((end <= now) || (mSpinelInterface.WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()
1555 SuccessOrExit(error = mSpinelInterface.SendFrame(buffer, static_cast<uint16_t>(packed))); in SendReset()
1591 SuccessOrExit(error = mSpinelInterface.SendFrame(buffer, offset)); in SendCommand()
2022 return mSpinelInterface.GetBusSpeed(); in GetBusSpeed()