Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dchannel_mask.hpp127 bool IsSingleChannel(void) const { return ((mMask != 0) && ((mMask & (mMask - 1)) == 0)); } in IsSingleChannel() function in ot::Mac::ChannelMask
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp463 VerifyOrQuit(aMask.IsSingleChannel()); in VerifyChannelMaskContent()
467 VerifyOrQuit(!aMask.IsSingleChannel()); in VerifyChannelMaskContent()