Searched refs:WaitForFrame (Results 1 – 7 of 7) sorted by relevance
117 otError WaitForFrame(uint64_t aTimeoutUs);
128 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::VendorInterface
118 otError WaitForFrame(uint64_t aTimeoutUs);
120 otError WaitForFrame(uint64_t aTimeoutUs);
266 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::HdlcInterface
754 otError SpiInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() function in ot::Posix::SpiInterface
1734 if ((end <= now) || (mSpinelInterface.WaitForFrame(end - now) != OT_ERROR_NONE)) in WaitResponse()