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