APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | DEV_SD 0 |
#define | DEV_NODEV 1 |
Functions | |
DSTATUS | disk_status (BYTE pdrv) |
DSTATUS | disk_initialize (BYTE pdrv) |
DRESULT | disk_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) |
DRESULT | disk_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) |
DRESULT | disk_ioctl (BYTE pdrv, BYTE cmd, void *buff) |
#define DEV_SD 0 |
Definition at line 24 of file diskio.c.
Referenced by disk_initialize(), disk_ioctl(), disk_read(), disk_status(), and disk_write().
Definition at line 49 of file diskio.c.
Referenced by f_mkfs(), and find_volume().
Definition at line 112 of file diskio.c.
Referenced by f_mkfs(), find_volume(), remove_chain(), and sync_fs().
Definition at line 67 of file diskio.c.
Referenced by f_lseek(), f_mkfs(), f_open(), f_read(), f_rename(), f_write(), and move_window().
Definition at line 32 of file diskio.c.
Referenced by find_volume(), and validate().
Definition at line 90 of file diskio.c.
Referenced by dir_clear(), f_lseek(), f_mkfs(), f_read(), f_rename(), f_sync(), f_truncate(), f_write(), sync_fs(), and sync_window().