Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Duptime.cpp114 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/
DREADME_BR.md245hours, minutes, seconds, if the duration is less than 24 hours. If the duration is 24 hours or mor…
260hours, minutes, seconds, if the duration is less than 24 hours. If the duration is 24 hours or mor…
400hours, minutes, seconds, if the duration is less than 24 hours. If the duration is 24 hours or mor…
DREADME_HISTORY.md39 …was recorded "2 hours, 31 minutes, 50 seconds, and 628 milliseconds ago". Number of days is added …
DREADME.md147 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/
Dotci.py458 def set_key_sequence_guard_time(self, hours: int):