Searched refs:UINT16_MAX (Results 1 – 3 of 3) sorted by relevance
273 #ifndef UINT16_MAX274 #define UINT16_MAX 0xffff macro
108 static constexpr uint16_t kMax = UINT16_MAX;
143 VerifyOrExit(value <= UINT16_MAX, error = OT_ERROR_INVALID_ARGS); in ParseUint16()