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

Method segments

libraries/BitArray/BitArray.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 uint16_t memory() { return _bytes; };
74 uint16_t bits() { return _bits; };
75 uint16_t segments() { return _segments; };
76 uint8_t getError() { return _error; };
77
78 void clear();

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64