MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / getSectorSizeInBytes

Method getSectorSizeInBytes

lib/src/filesystem/fat/FatFileSystem.cpp:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 */
730
731 uint32_t FatFileSystem::getSectorSizeInBytes() const {
732 return _bootSector.BPB_BytsPerSec;
733 }
734
735 /**
736 * Allocate a new cluster into the chain. This function will seek to the end of the cluster

Callers 10

internalNextMethod · 0.80
extendDirectoryMethod · 0.80
FatFileMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
seekMethod · 0.80
FatIteratorMethod · 0.80
nextMethod · 0.80
currentContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected