Arduino FatFS
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cfatfs::DIR
 Cfatfs::FatFsAPI for FatFS See http://elm-chan.org/fsw/ff/00index_e.html
 Cfatfs::FATFS
 Cfatfs::FFOBJID
 Cfatfs::FIL
 Cfatfs::FILINFO
 Cfatfs::IOFatFS interface definition
 Cfatfs::BaseIOEmpty IO implementation that we can use to test the compilation
 Cfatfs::SDArduinoSPIIOAccessing a SD card via the Arduino SPI API
 Cfatfs::SDBitBangSPIIOAccessing a SD card via SPI using bit banging
 Cfatfs::SDSPISTM32IOSPI interface for STM32 microcontrollers
 Cfatfs::SDSTM32DiskIODepending on the usecase, the SD card initialization could be done at the application level, if it is the case define the flag below to disable the BSP_SD_Init() call in the SD_Initialize()
 Cfatfs::MultiIOFile system driver which supports multiple drives: Add the drivers by calling add() then call mount() to mount the drives
 Cfatfs::RamIOThe data is stored in RAM. In a ESP32 when PSRAM has been activated we store it is PSRAM
 Cfatfs::StreamIO< T >Template class which expects a Stream class which provides the following additional methods
 Cfatfs::MKFS_PARM
 Cfatfs::putbuff
 Cfatfs::SDClassSDClass: starting driver, access to files
 CStream
 Cfatfs::FileFile implementation for fatfs