Searched refs:kUsPerMs (Results 1 – 4 of 4) sorted by relevance
221 static constexpr uint32_t kUsPerMs = 1000; ///< Microseconds per millisecond. member in ot::Spinel::SpinelDriver
1108 static constexpr uint32_t kUsPerMs = 1000; ///< Microseconds per millisecond. member in ot::Spinel::RadioSpinel1110 static constexpr uint32_t kUsPerSec = kUsPerMs * kMsPerSec; ///< Microseconds per second.
249 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()
1409 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()