Libraries/FatIFS/src/include/IFS/FAT/Format.h File Reference
#include <Storage/Disk/PartInfo.h>
#include <IFS/Error.h>
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 &param)
 Deduce FAT volume parameters for given space. More...
 
ErrorCode IFS::FAT::formatVolume (Partition partition, const FatParam &param)
 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...