MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / getBlockSizeInBytes

Method getBlockSizeInBytes

lib/src/device/CachedBlockDevice.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 uint32_t CachedBlockDevice::getBlockSizeInBytes() {
200 return _blockSize;
201 }
202
203 uint32_t CachedBlockDevice::getTotalBlocksOnDevice() {
204 return _device.getTotalBlocksOnDevice();

Callers 10

CachedBlockDeviceMethod · 0.45
writeMethod · 0.45
checkFlushMethod · 0.45
checkFillBufferMethod · 0.45
readMethod · 0.45
skipMethod · 0.45
availableMethod · 0.45
requireBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected