Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CachedBlockDevice
Method · 0.45
BlockDeviceOutputStream
Method · 0.45
write
Method · 0.45
checkFlush
Method · 0.45
checkFillBuffer
Method · 0.45
BlockDeviceInputStream
Method · 0.45
read
Method · 0.45
skip
Method · 0.45
available
Method · 0.45
requireBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected