MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setAll

Method setAll

libraries/BitArray/BitArray.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139void BitArray::setAll(uint32_t value)
140{
141 for (uint16_t i = 0; i < capacity(); i++)
142 {
143 set(i, value);
144 }
145}
146
147
148// 16 bit address usage is faster

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36