MCPcopy 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
36storage_size_t SpiFlash::getSize() const
37{
38 return flashmem_get_size_bytes();
39}
40
41bool SpiFlash::read(storage_size_t address, void* dst, size_t size)
42{

Callers 2

showInfoFunction · 0.45
sendMethod · 0.45

Calls 1

flashmem_get_size_bytesFunction · 0.50

Tested by

no test coverage detected