|
Arduino FatFS
|
FatFS interface definition. More...
#include <IO.h>


Public Member Functions | |
| virtual FRESULT | mount (FatFs &fs) |
| mount the file system - implementation at end of header to avoid recursive include | |
| virtual FRESULT | un_mount (FatFs &fs) |
| unmount the file system - implementation at end of header to avoid recursive include | |
| virtual DSTATUS | disk_initialize (BYTE pdrv)=0 |
| virtual DSTATUS | disk_status (BYTE pdrv)=0 |
| virtual DRESULT | disk_read (BYTE pdrv, BYTE *buff, LBA_t sector, UINT count)=0 |
| virtual DRESULT | disk_write (BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count)=0 |
| virtual DRESULT | disk_ioctl (BYTE pdrv, ioctl_cmd_t cmd, void *buff)=0 |
Public Attributes | |
| FATFS | fatfs |
FatFS interface definition.
|
pure virtual |
Implemented in fatfs::Esp32SdmmcIO.
|
pure virtual |
Implemented in fatfs::Esp32SdmmcIO.
|
pure virtual |
Implemented in fatfs::Esp32SdmmcIO.
|
pure virtual |
Implemented in fatfs::Esp32SdmmcIO.
|
pure virtual |
Implemented in fatfs::Esp32SdmmcIO.
|
inlinevirtual |
mount the file system - implementation at end of header to avoid recursive include
Reimplemented in fatfs::MultiIO, and fatfs::RamIO.
|
inlinevirtual |
unmount the file system - implementation at end of header to avoid recursive include
Reimplemented in fatfs::MultiIO.