Home
last modified time | relevance | path

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

/openthread-3.4.0/src/posix/platform/
Dvendor_interface.hpp117 otError WaitForFrame(uint64_t aTimeoutUs);
Dvendor_interface_example.cpp128 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::VendorInterface
Dhdlc_interface.hpp118 otError WaitForFrame(uint64_t aTimeoutUs);
Dspi_interface.hpp120 otError WaitForFrame(uint64_t aTimeoutUs);
Dhdlc_interface.cpp266 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::HdlcInterface
Dspi_interface.cpp754 otError SpiInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::SpiInterface
/openthread-3.4.0/src/lib/spinel/
Dradio_spinel_impl.hpp1734 if ((end <= now) || (mSpinelInterface.WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()