Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/platform/
Dtoolchain.h273 #ifndef UINT16_MAX
274 #define UINT16_MAX 0xffff macro
/openthread-3.6.0/src/core/common/
Dnumeric_limits.hpp108 static constexpr uint16_t kMax = UINT16_MAX;
/openthread-3.6.0/src/lib/url/
Durl.cpp143 VerifyOrExit(value <= UINT16_MAX, error = OT_ERROR_INVALID_ARGS); in ParseUint16()