#include <ff.h>
Data Fields | |
union { | |
UINT d32 [_MAX_SS/4] | |
BYTE d8 [_MAX_SS] | |
} | buf |
FATFS * | fs |
WORD | id |
WORD | index |
DWORD | sclust |
DWORD | clust |
DWORD | sect |
BYTE * | dir |
BYTE * | fn |
UINT | lockid |
const TCHAR * | pat |
union { ... } DIR::buf |
DWORD DIR::clust |
BYTE* DIR::dir |
BYTE* DIR::fn |
FATFS* DIR::fs |
WORD DIR::id |
WORD DIR::index |
UINT DIR::lockid |
const TCHAR* DIR::pat |
DWORD DIR::sclust |
DWORD DIR::sect |