Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli.cpp5561 inline unsigned long UsToSInt(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs / 1000000));… in UsToSInt()
5562 inline unsigned long UsToSDec(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs % 1000000));… in UsToSDec()