Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Duart.h237 static constexpr int WaitResponseTimeOutMs = 1000; // 1000ms variable
255 std::chrono::milliseconds(WaitResponseTimeOutMs + OneMoreMs); in Sent()
343 cv.wait_for(lock, std::chrono::milliseconds(WaitResponseTimeOutMs), in WaitFree()
Duart.cpp288 tv.tv_usec = WaitResponseTimeOutMs * msTous; in ReadUartDev()
761 if (elapsedTime.count() >= WaitResponseTimeOutMs) { in SendPkgInUARTOutMap()