Home
last modified time | relevance | path

Searched refs:GetSpinelInterface (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/posix/platform/
Dradio.hpp76 …Spinel::SpinelInterface &GetSpinelInterface(void) { return SpinelManager::GetSpinelManager().GetSp… in GetSpinelInterface() function in ot::Posix::Radio
Dspinel_manager.hpp88 Spinel::SpinelInterface &GetSpinelInterface(void) in GetSpinelInterface() function in ot::Posix::SpinelManager
Dspinel_manager.cpp219 sSpinelManager.GetSpinelInterface().UpdateFdSet(aContext); in platformSpinelManagerUpdateFdSet()
Dradio.cpp1071 return sRadio.GetSpinelInterface().GetRcpInterfaceMetrics(); in otSysGetRcpInterfaceMetrics()
/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp200 SpinelInterface *GetSpinelInterface(void) const { return mSpinelInterface; } in GetSpinelInterface() function in ot::Spinel::SpinelDriver
Dradio_spinel.cpp1418 …if ((end <= now) || (GetSpinelDriver().GetSpinelInterface()->WaitForFrame(end - now) != OT_ERROR_N… in WaitResponse()
1990 uint32_t RadioSpinel::GetBusSpeed(void) const { return GetSpinelDriver().GetSpinelInterface()->GetB… in GetBusSpeed()