HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
FATFS Struct Reference

#include <ff.h>

Data Fields

BYTE fs_type
 
BYTE pdrv
 
BYTE n_fats
 
BYTE wflag
 
BYTE fsi_flag
 
WORD id
 
WORD n_rootdir
 
WORD csize
 
WORD ssize
 
WCHARlfnbuf
 
DWORD last_clst
 
DWORD free_clst
 
DWORD cdir
 
DWORD n_fatent
 
DWORD fsize
 
LBA_t volbase
 
LBA_t fatbase
 
LBA_t dirbase
 
LBA_t database
 
LBA_t winsect
 
BYTE win [FF_MAX_SS]
 

Detailed Description

Definition at line 132 of file ff.h.

Field Documentation

◆ cdir

DWORD FATFS::cdir

Definition at line 158 of file ff.h.

Referenced by f_chdir(), f_getcwd(), f_unlink(), follow_path(), and mount_volume().

◆ csize

WORD FATFS::csize

◆ database

LBA_t FATFS::database

Definition at line 170 of file ff.h.

Referenced by clst2sect(), fatfs_status(), and mount_volume().

◆ dirbase

LBA_t FATFS::dirbase

Definition at line 169 of file ff.h.

Referenced by dir_sdi(), fatfs_status(), and mount_volume().

◆ fatbase

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().

◆ free_clst

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().

◆ fs_type

BYTE FATFS::fs_type

◆ fsi_flag

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().

◆ fsize

DWORD FATFS::fsize

Definition at line 166 of file ff.h.

Referenced by fatfs_status(), mount_volume(), and sync_window().

◆ id

WORD FATFS::id

Definition at line 138 of file ff.h.

Referenced by f_open(), f_opendir(), mount_volume(), and validate().

◆ last_clst

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().

◆ lfnbuf

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().

◆ n_fatent

DWORD FATFS::n_fatent

◆ n_fats

BYTE FATFS::n_fats

Definition at line 135 of file ff.h.

Referenced by fatfs_status(), mount_volume(), and sync_window().

◆ n_rootdir

WORD FATFS::n_rootdir

Definition at line 139 of file ff.h.

Referenced by dir_next(), dir_sdi(), fatfs_status(), and mount_volume().

◆ pdrv

BYTE FATFS::pdrv

◆ ssize

WORD FATFS::ssize

Definition at line 142 of file ff.h.

◆ volbase

LBA_t FATFS::volbase

Definition at line 167 of file ff.h.

Referenced by f_getlabel(), mount_volume(), and sync_fs().

◆ wflag

BYTE FATFS::wflag

◆ win

BYTE FATFS::win[FF_MAX_SS]

◆ winsect

LBA_t FATFS::winsect

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