Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ getBlockSize
Method
getBlockSize
Sming/Components/Storage/src/SpiFlash.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
size_t SpiFlash::getBlockSize() const
32
{
33
return INTERNAL_FLASH_SECTOR_SIZE;
34
}
35
36
storage_size_t SpiFlash::getSize() const
37
{
Callers
3
write
Method · 0.45
verifyRoms
Method · 0.45
mount
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected