Arduino FatFS
Public Member Functions | Public Attributes | List of all members
fatfs::BaseIO Class Reference
Main » IO

Empty IO implementation that we can use to test the compilation. More...

#include <BaseIO.h>

Inheritance diagram for fatfs::BaseIO:
Inheritance graph
[legend]
Collaboration diagram for fatfs::BaseIO:
Collaboration graph
[legend]

Public Member Functions

virtual DSTATUS disk_initialize (BYTE pdrv)
 
virtual DSTATUS disk_status (BYTE pdrv)
 
virtual DRESULT disk_read (BYTE pdrv, BYTE *buff, LBA_t sector, UINT count)
 
virtual DRESULT disk_write (BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count)
 
virtual DRESULT disk_ioctl (BYTE pdrv, ioctl_cmd_t cmd, void *buff)
 
virtual FRESULT mount (FatFs &fs)
 mount the file system
 
virtual FRESULT un_mount (FatFs &fs)
 unmount the file system
 

Public Attributes

FATFS fatfs
 

Detailed Description

Empty IO implementation that we can use to test the compilation.


The documentation for this class was generated from the following file: