Home
last modified time | relevance | path

Searched defs:aMask (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/mac/
Dchannel_mask.hpp91 explicit ChannelMask(uint32_t aMask) in ChannelMask()
113 void SetMask(uint32_t aMask) { mMask = aMask; } in SetMask()
Dmac_types.hpp656 explicit RadioTypes(uint8_t aMask) in RadioTypes()
Dmac.cpp472 void Mac::SetSupportedChannelMask(const ChannelMask &aMask) in SetSupportedChannelMask()
/openthread-latest/src/core/common/
Dnum_utils.hpp231 template <typename UintType> uint8_t CountBitsInMask(UintType aMask) in CountBitsInMask()
/openthread-latest/src/core/utils/
Dchannel_monitor.cpp199 Mac::ChannelMask ChannelMonitor::FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupan… in FindBestChannels() argument
/openthread-latest/src/core/thread/
Dmle_tlvs.hpp658 static bool IsRouterFlagSet(uint8_t aMask) { return (aMask & kRouterFlag) != 0; } in IsRouterFlagSet()
668 static bool IsEndDeviceFlagSet(uint8_t aMask) { return (aMask & kEndDeviceFlag) != 0; } in IsEndDeviceFlagSet()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp430 void VerifyChannelMaskContent(const Mac::ChannelMask &aMask, uint8_t *aChannels, uint8_t aLength) in VerifyChannelMaskContent()
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp674 void SetMask(uint32_t aMask) { mMask = BigEndian::HostSwap32(Reverse32(aMask)); } in SetMask()