MCPcopy 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
31size_t SpiFlash::getBlockSize() const
32{
33 return INTERNAL_FLASH_SECTOR_SIZE;
34}
35
36storage_size_t SpiFlash::getSize() const
37{

Callers 3

writeMethod · 0.45
verifyRomsMethod · 0.45
mountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected