Home
last modified time | relevance | path

Searched defs:ClearBit (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.hpp188 static void ClearBit(uint64_t &aBitset, uint8_t aBitIndex) { aBitset &= ~(1ULL << aBitIndex); } in ClearBit() function in ot::Ncp::ChangedPropsSet
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp373 void ClearBit(uint8_t aBit) { m8[BitIndex(aBit)] &= ~BitFlag(aBit); } in ClearBit() function in ot::MeshCoP::SteeringData