template class which expects a Stream class which provides the following additional methods
More...
|
|
| StreamIO (T &ref) |
| |
| DSTATUS | disk_initialize (BYTE pdrv) |
| |
| DSTATUS | disk_status (BYTE pdrv) |
| |
| DRESULT | disk_read (BYTE pdrv, BYTE *buff, LBA_t sector, UINT sectorCount) |
| |
| DRESULT | disk_write (BYTE pdrv, const BYTE *buff, LBA_t sector, UINT sectorCount) |
| |
| DRESULT | disk_ioctl (BYTE pdrv, ioctl_cmd_t cmd, void *buff) |
| |
| 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
|
| |
template<class T>
class fatfs::StreamIO< T >
template class which expects a Stream class which provides the following additional methods
- begin()
- seek()
- sectorCount()
- eraseSector(from, to)