Home
last modified time | relevance | path

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

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