Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/common/
Dpreference.cpp39 …To2BitUint(int8_t aPrf) { return (aPrf == 0) ? k2BitMedium : ((aPrf > 0) ? k2BitHigh : k2BitLow); } in To2BitUint()
Dpreference.hpp127 static constexpr uint8_t k2BitHigh = 1; // 0b01 member in ot::Preference