Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp114 otError WaitForFrame(uint64_t aTimeoutUs);
Dhdlc_interface.cpp152 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame() argument
155 uint32_t timeout_ms = (uint32_t)(aTimeoutUs / 1000U); in WaitForFrame()