Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1110 static constexpr uint32_t kUsPerSec = kUsPerMs * kMsPerSec; ///< Microseconds per second. member in ot::Spinel::RadioSpinel
1113 kUsPerSec; ///< Maximum time of waiting for `TransmitDone` event, in microseconds.
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp712 static constexpr uint32_t kUsPerSec = 1000000; in ProcessSpinelSpeed() local
760 speed = static_cast<uint32_t>((sumLength * kBitsPerByte * kUsPerSec) / sumTime); in ProcessSpinelSpeed()