Home
last modified time | relevance | path

Searched refs:aMaxValue (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/common/
Dstring.cpp197 Error StringParseUint8(const char *&aString, uint8_t &aUint8, uint8_t aMaxValue) in StringParseUint8() argument
207 VerifyOrExit(value <= aMaxValue, error = kErrorParse); in StringParseUint8()
Dstring.hpp224 Error StringParseUint8(const char *&aString, uint8_t &aUint8, uint8_t aMaxValue);