HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
#include <ff.h>
Data Fields | |
FFOBJID | obj |
BYTE | flag |
BYTE | err |
FSIZE_t | fptr |
DWORD | clust |
LBA_t | sect |
LBA_t | dir_sect |
BYTE * | dir_ptr |
DWORD * | cltbl |
BYTE | buf [FF_MAX_SS] |
DWORD* FIL::cltbl |
DWORD FIL::clust |
BYTE FIL::err |
Definition at line 208 of file ff.h.
Referenced by f_expand(), f_lseek(), f_open(), f_read(), f_truncate(), and f_write().
BYTE FIL::flag |
Definition at line 207 of file ff.h.
Referenced by f_expand(), f_lseek(), f_open(), f_read(), f_sync(), f_truncate(), and f_write().
FSIZE_t FIL::fptr |
FFOBJID FIL::obj |
Definition at line 206 of file ff.h.
Referenced by clmt_clust(), f_close(), f_expand(), f_lseek(), f_open(), f_read(), f_sync(), f_truncate(), and f_write().
LBA_t FIL::sect |