Searched defs:GetMask (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/mac/ | ||
D | channel_mask.hpp | 114 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask |
/openthread-latest/src/core/meshcop/ | ||
D | meshcop.hpp | 234 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner |
D | meshcop_tlvs.hpp | 737 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry |