HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the source code of this file.
Macros | |
#define | DEV_MMC 0 /* Example: Map MMC/SD card to physical drive 1 */ |
#define | DEV_CFC 1 /* Example: Map CF card to physical drive 2 */ |
#define | DEV_RAM 2 /* Example: Map Ramdisk to physical drive 0 */ |
#define | DEV_USB 3 /* Example: Map USB MSD to physical drive 2 */ |
Functions | |
DSTATUS | disk_status (BYTE pdrv) |
DSTATUS | disk_initialize (BYTE pdrv) |
DRESULT | disk_read (BYTE pdrv, BYTE *buff, LBA_t sector, UINT count) |
DRESULT | disk_write (BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count) |
DRESULT | disk_ioctl (BYTE pdrv, BYTE cmd, void *buff) |
void | disk_timerproc (void) |
#define DEV_CFC 1 /* Example: Map CF card to physical drive 2 */ |
#define DEV_MMC 0 /* Example: Map MMC/SD card to physical drive 1 */ |
#define DEV_RAM 2 /* Example: Map Ramdisk to physical drive 0 */ |
#define DEV_USB 3 /* Example: Map USB MSD to physical drive 2 */ |
Definition at line 78 of file diskio.c.
Referenced by f_mkfs(), mmc_init(), and mount_volume().
Definition at line 181 of file diskio.c.
Referenced by create_partition(), f_mkfs(), mmc_init(), mount_volume(), remove_chain(), and sync_fs().
Definition at line 47 of file diskio.c.
Referenced by mount_volume(), and validate().
Definition at line 145 of file diskio.c.
Referenced by create_partition(), dir_clear(), f_lseek(), f_mkfs(), f_read(), f_sync(), f_truncate(), f_write(), sync_fs(), and sync_window().