ReactOS 0.4.16-dev-889-g9563c07
|
#include <ff.h>
Public Attributes | |
FATFS * | fs |
WORD | id |
BYTE | flag |
BYTE | err |
DWORD | fptr |
DWORD | fsize |
DWORD | sclust |
DWORD | clust |
DWORD | dsect |
DWORD | dir_sect |
BYTE * | dir_ptr |
BYTE | buf [_MAX_SS] |
DWORD FIL::clust |
DWORD FIL::dsect |
BYTE FIL::err |
BYTE FIL::flag |
DWORD FIL::fptr |
FATFS* FIL::fs |
Definition at line 115 of file ff.h.
Referenced by f_close(), f_lseek(), f_open(), f_read(), f_sync(), f_truncate(), f_write(), and validate().
DWORD FIL::fsize |
WORD FIL::id |
Definition at line 116 of file ff.h.
Referenced by f_open(), and validate().
DWORD FIL::sclust |