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

Method capacity

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

Source from the content-addressed store, hash-verified

70 uint8_t begin(const uint8_t bits, const uint16_t size);
71
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; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64