Home
last modified time | relevance | path

Searched refs:ClearBit (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.hpp157 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
Dchanged_props_set.cpp146 ClearBit(mChangedSet, index); in EnablePropertyFilter()
150 ClearBit(mFilterSet, index); in EnablePropertyFilter()
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp402 void ClearBit(uint8_t aBit) { m8[BitIndex(aBit)] &= ~BitFlag(aBit); } in ClearBit() function in ot::MeshCoP::SteeringData