Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.cpp5512 inline unsigned long UsToSInt(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs / 1000000));… in UsToSInt() function
5520 OutputLine("%s Time: %lu.%06lus (%lu.%02lu%%)", aTimeName, UsToSInt(aTimeUs), UsToSDec(aTimeUs), in OutputRadioStatsTime()