Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Duptime.hpp130 …static uint64_t SecToMsec(uint32_t aUptimeInSeconds) { return static_cast<uint64_t>(aUptimeInSecon… in SecToMsec() function in ot::Uptime
Dtime.hpp252 static uint32_t constexpr SecToMsec(uint32_t aSeconds) { return aSeconds * 1000u; } in SecToMsec() function in ot::Time