Searched refs:hours (Results 1 – 5 of 5) sorted by relevance
| /openthread-latest/src/core/common/ |
| D | uptime.cpp | 114 uint16_t hours; in UptimeToString() local 125 hours = DivideAndGetRemainder(remainder, Time::kOneHourInMsec); in UptimeToString() 129 aWriter.Append("%02u:%02u:%02u", hours, minutes, seconds); in UptimeToString()
|
| /openthread-latest/src/cli/ |
| D | README_BR.md | 245 …hours, minutes, seconds, if the duration is less than 24 hours. If the duration is 24 hours or mor… 260 …hours, minutes, seconds, if the duration is less than 24 hours. If the duration is 24 hours or mor… 400 …hours, minutes, seconds, if the duration is less than 24 hours. If the duration is 24 hours or mor…
|
| D | README_HISTORY.md | 39 …was recorded "2 hours, 31 minutes, 50 seconds, and 628 milliseconds ago". Number of days is added …
|
| D | README.md | 147 Duration is formatted as `{hh}:{mm}:{ss}` for hours, minutes, and seconds if it is less than one da… 1905 Get Thread Key Switch Guard Time (in hours) 1915 Set Thread Key Switch Guard Time (in hours). 2732 Duration intervals are formatted as `<hh>:<mm>:<ss>` for hours, minutes, and seconds if the duratio…
|
| /openthread-latest/tools/otci/otci/ |
| D | otci.py | 458 def set_key_sequence_guard_time(self, hours: int):
|