Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Nfatfs | |
| CFile | File implementation for fatfs |
| CSDClass | SDClass: starting driver, access to files |
| CBaseIO | Empty IO implementation that we can use to test the compilation |
| CIO | FatFS interface definition |
| CMultiIO | File system driver which supports multiple drives: Add the drivers by calling add() then call mount() to mount the drives |
| CRamIO | The data is stored in RAM. In a ESP32 when PSRAM has been activated we store it is PSRAM |
| CSDArduinoSPIIO | Accessing a SD card via the Arduino SPI API |
| CSDBitBangSPIIO | Accessing a SD card via SPI using bit banging |
| CSDSPISTM32IO | SPI interface for STM32 microcontrollers |
| CSDSTM32DiskIO | Depending 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() |
| CStreamIO | Template class which expects a Stream class which provides the following additional methods |
| CFatFs | API for FatFS See http://elm-chan.org/fsw/ff/00index_e.html |
| CFATFS | |
| CFFOBJID | |
| CFIL | |
| CDIR | |
| CFILINFO | |
| CMKFS_PARM | |
| Cputbuff | |