Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ getSize
Method
getSize
Sming/Components/Storage/src/SpiFlash.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
storage_size_t SpiFlash::getSize() const
37
{
38
return flashmem_get_size_bytes();
39
}
40
41
bool SpiFlash::read(storage_size_t address, void* dst, size_t size)
42
{
Callers
2
showInfo
Function · 0.45
send
Method · 0.45
Calls
1
flashmem_get_size_bytes
Function · 0.50
Tested by
no test coverage detected