|
Arduino FatFS
|
Empty IO implementation that we can use to test the compilation. More...
#include <BaseIO.h>


Public Member Functions | |
| DSTATUS | disk_initialize (BYTE pdrv) override |
| DSTATUS | disk_status (BYTE pdrv) override |
| DRESULT | disk_read (BYTE pdrv, BYTE *buff, LBA_t sector, UINT count) override |
| DRESULT | disk_write (BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count) override |
| DRESULT | disk_ioctl (BYTE pdrv, ioctl_cmd_t cmd, void *buff) override |
| 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 | |
Public Attributes | |
| FATFS | fatfs |
Empty IO implementation that we can use to test the compilation.
|
inlineoverridevirtual |
Implements fatfs::IO.
Reimplemented in fatfs::Esp32SdmmcIO.
|
inlineoverridevirtual |
Implements fatfs::IO.
Reimplemented in fatfs::Esp32SdmmcIO.
|
inlineoverridevirtual |
Implements fatfs::IO.
Reimplemented in fatfs::Esp32SdmmcIO.
|
inlineoverridevirtual |
Implements fatfs::IO.
Reimplemented in fatfs::Esp32SdmmcIO.
|
inlineoverridevirtual |
Implements fatfs::IO.
Reimplemented in fatfs::Esp32SdmmcIO.
|
inlinevirtualinherited |
mount the file system - implementation at end of header to avoid recursive include
Reimplemented in fatfs::MultiIO, and fatfs::RamIO.
|
inlinevirtualinherited |
unmount the file system - implementation at end of header to avoid recursive include
Reimplemented in fatfs::MultiIO.