Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Duptime.hpp59 …static constexpr uint16_t kStringSize = OT_UPTIME_STRING_SIZE; ///< Recommended string size to rep…
/openthread-latest/include/openthread/
Dinstance.h162 #define OT_UPTIME_STRING_SIZE 24 ///< Recommended size for string representation of uptime. macro
/openthread-latest/src/cli/
Dcli.cpp6882 char string[OT_UPTIME_STRING_SIZE]; in Process()