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

Method bits

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

Source from the content-addressed store, hash-verified

72 uint16_t capacity() { return _bytes * 8 / _bits; };
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

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64