Home
last modified time | relevance | path

Searched defs:MsecToSec (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/common/
Duptime.hpp117 static uint32_t MsecToSec(uint64_t aUptimeInMilliseconds) in MsecToSec() function in ot::Uptime
Dtime.hpp262 static uint32_t constexpr MsecToSec(uint32_t aMilliseconds) { return aMilliseconds / 1000u; } in MsecToSec() function in ot::Time