Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dpreference.cpp38 …To2BitUint(int8_t aPrf) { return (aPrf == 0) ? k2BitMedium : ((aPrf > 0) ? k2BitHigh : k2BitLow); } in To2BitUint()
Dpreference.hpp123 static constexpr uint8_t k2BitLow = 3; // 0b11 member in ot::Preference