Searched refs:ClearBit (Results 1 – 3 of 3) sorted by relevance
157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()203 static void ClearBit(uint64_t &aBitset, uint8_t aBitIndex) { aBitset &= ~(1ULL << aBitIndex); } in ClearBit() function in ot::Ncp::ChangedPropsSet
146 ClearBit(mChangedSet, index); in EnablePropertyFilter()150 ClearBit(mFilterSet, index); in EnablePropertyFilter()
402 void ClearBit(uint8_t aBit) { m8[BitIndex(aBit)] &= ~BitFlag(aBit); } in ClearBit() function in ot::MeshCoP::SteeringData