Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli.cpp5876 inline unsigned long UsToSInt(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs / 1000000));… in UsToSInt()
5877 inline unsigned long UsToSDec(uint64_t aUs) { return ToUlong(static_cast<uint32_t>(aUs % 1000000));… in UsToSDec()