Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dhdlc_interface.hpp237kOpenFileDelay = 50, ///< Delay between open file calls, in Milliseconds (see `ResetConnection`). enumerator
Dhdlc_interface.cpp759 usleep(static_cast<useconds_t>(kOpenFileDelay) * OT_US_PER_MS); in ResetConnection()