Home
last modified time | relevance | path

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

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