Searched defs:ClearBit (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/ncp/ | ||
D | changed_props_set.hpp | 188 static void ClearBit(uint64_t &aBitset, uint8_t aBitIndex) { aBitset &= ~(1ULL << aBitIndex); } in ClearBit() function in ot::Ncp::ChangedPropsSet |
/openthread-latest/src/core/meshcop/ | ||
D | meshcop.hpp | 373 void ClearBit(uint8_t aBit) { m8[BitIndex(aBit)] &= ~BitFlag(aBit); } in ClearBit() function in ot::MeshCoP::SteeringData |