HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
#include <ff.h>
DWORD FATFS::cdir |
Definition at line 158 of file ff.h.
Referenced by f_chdir(), f_getcwd(), f_unlink(), follow_path(), and mount_volume().
WORD FATFS::csize |
Definition at line 140 of file ff.h.
Referenced by clmt_clust(), clst2sect(), dir_clear(), dir_next(), dir_register(), dir_sdi(), f_expand(), f_lseek(), f_mkdir(), f_open(), f_read(), f_write(), fatfs_ls(), fatfs_status(), get_fat(), mount_volume(), and remove_chain().
LBA_t FATFS::database |
Definition at line 170 of file ff.h.
Referenced by clst2sect(), fatfs_status(), and mount_volume().
LBA_t FATFS::dirbase |
Definition at line 169 of file ff.h.
Referenced by dir_sdi(), fatfs_status(), and mount_volume().
LBA_t FATFS::fatbase |
Definition at line 168 of file ff.h.
Referenced by f_getfree(), fatfs_status(), get_fat(), mount_volume(), put_fat(), and sync_window().
DWORD FATFS::free_clst |
Definition at line 155 of file ff.h.
Referenced by create_chain(), f_expand(), f_getfree(), mount_volume(), remove_chain(), and sync_fs().
BYTE FATFS::fs_type |
Definition at line 133 of file ff.h.
Referenced by create_chain(), dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_expand(), f_getcwd(), f_getfree(), f_getlabel(), f_lseek(), f_mkdir(), f_mkfs(), f_mount(), f_open(), f_opendir(), f_rename(), f_setlabel(), f_sync(), f_unlink(), f_utime(), f_write(), fatfs_status(), follow_path(), get_fat(), get_fileinfo(), ld_clust(), mount_volume(), put_fat(), remove_chain(), st_clust(), sync_fs(), and validate().
BYTE FATFS::fsi_flag |
Definition at line 137 of file ff.h.
Referenced by create_chain(), f_expand(), f_getfree(), mount_volume(), remove_chain(), and sync_fs().
DWORD FATFS::fsize |
Definition at line 166 of file ff.h.
Referenced by fatfs_status(), mount_volume(), and sync_window().
WORD FATFS::id |
Definition at line 138 of file ff.h.
Referenced by f_open(), f_opendir(), mount_volume(), and validate().
DWORD FATFS::last_clst |
Definition at line 154 of file ff.h.
Referenced by create_chain(), f_expand(), f_open(), mount_volume(), and sync_fs().
WCHAR* FATFS::lfnbuf |
Definition at line 145 of file ff.h.
Referenced by create_name(), dir_find(), dir_read(), dir_register(), get_fileinfo(), and mount_volume().
DWORD FATFS::n_fatent |
Definition at line 165 of file ff.h.
Referenced by clst2sect(), create_chain(), dir_next(), dir_sdi(), f_expand(), f_getfree(), f_lseek(), fatfs_status(), get_fat(), mount_volume(), and remove_chain().
BYTE FATFS::n_fats |
Definition at line 135 of file ff.h.
Referenced by fatfs_status(), mount_volume(), and sync_window().
WORD FATFS::n_rootdir |
Definition at line 139 of file ff.h.
Referenced by dir_next(), dir_sdi(), fatfs_status(), and mount_volume().
BYTE FATFS::pdrv |
Definition at line 134 of file ff.h.
Referenced by dir_clear(), f_lseek(), f_open(), f_read(), f_sync(), f_truncate(), f_write(), mount_volume(), move_window(), remove_chain(), sync_fs(), sync_window(), and validate().
LBA_t FATFS::volbase |
Definition at line 167 of file ff.h.
Referenced by f_getlabel(), mount_volume(), and sync_fs().
BYTE FATFS::wflag |
Definition at line 136 of file ff.h.
Referenced by check_fs(), dir_register(), dir_remove(), f_chmod(), f_mkdir(), f_open(), f_read(), f_rename(), f_setlabel(), f_sync(), f_utime(), f_write(), put_fat(), and sync_window().
Definition at line 175 of file ff.h.
Referenced by check_fs(), dir_clear(), dir_next(), dir_sdi(), f_getfree(), f_getlabel(), f_mkdir(), f_read(), f_rename(), f_write(), find_volume(), follow_path(), get_fat(), mount_volume(), move_window(), put_fat(), sync_fs(), and sync_window().
LBA_t FATFS::winsect |
Definition at line 174 of file ff.h.
Referenced by check_fs(), dir_clear(), f_open(), f_read(), f_write(), mount_volume(), move_window(), sync_fs(), and sync_window().