Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dstring.cpp205 Error StringParseUint8(const char *&aString, uint8_t &aUint8, uint8_t aMaxValue) in StringParseUint8() argument
216 VerifyOrExit(value <= aMaxValue, error = kErrorParse); in StringParseUint8()
Dstring.hpp222 Error StringParseUint8(const char *&aString, uint8_t &aUint8, uint8_t aMaxValue);