Libraries/FatIFS/src/include/IFS/FAT/Format.h File Reference
Include dependency graph for Libraries/FatIFS/src/include/IFS/FAT/Format.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | IFS::FAT::FormatOptions |
Formatting options. More... | |
struct | IFS::FAT::FatParam |
Namespaces | |
IFS | |
IFS::FAT | |
Functions | |
ErrorCode | IFS::FAT::calculateFatParam (Partition partition, const FormatOptions &opt, FatParam ¶m) |
Deduce FAT volume parameters for given space. More... | |
ErrorCode | IFS::FAT::formatVolume (Partition partition, const FatParam ¶m) |
Format partition using pre-calculated FAT parameters. More... | |
ErrorCode | IFS::FAT::formatVolume (Partition partition, const FormatOptions &opt={}) |
Format partition with a blank FAT volume. More... | |