Home
last modified time | relevance | path

Searched defs:GetMask (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dchannel_mask.hpp114 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp234 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
Dmeshcop_tlvs.hpp737 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry