Home
last modified time | relevance | path

Searched refs:WaitForFrame (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/posix/platform/
Dvendor_interface.hpp106 otError WaitForFrame(uint64_t aTimeoutUs);
Dvendor_interface_example.cpp116 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::VendorInterface
Dhdlc_interface.hpp111 otError WaitForFrame(uint64_t aTimeoutUs);
Dspi_interface.hpp112 otError WaitForFrame(uint64_t aTimeoutUs);
Dhdlc_interface.cpp279 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::HdlcInterface
Dspi_interface.cpp737 otError SpiInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::SpiInterface
/openthread-latest/src/lib/spinel/
Dspinel_interface.hpp105 virtual otError WaitForFrame(uint64_t aTimeoutUs) = 0;
Dspinel_driver.cpp257 if ((end <= now) || (mSpinelInterface->WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()
Dradio_spinel.cpp1418 …if ((end <= now) || (GetSpinelDriver().GetSpinelInterface()->WaitForFrame(end - now) != OT_ERROR_N… in WaitResponse()
/openthread-latest/tests/gtest/
Dfake_coprocessor_platform.hpp58 virtual otError WaitForFrame(uint64_t aTimeoutUs) override;
Dfake_coprocessor_platform.cpp63 otError DirectSpinelInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::DirectSpinelInterface