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