CMSIS2000
0.0.7
|
#include <ff.h>
Data Fields | |
DWORD | clust |
BYTE * | dir |
BYTE * | fn |
FATFS * | fs |
WORD | id |
WORD | index |
DWORD | sclust |
DWORD | sect |
DWORD DIR::clust |
Definition at line 148 of file ff.h.
Referenced by dir_next(), and dir_sdi().
BYTE* DIR::dir |
Definition at line 150 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chmod(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_stat(), f_unlink(), f_utime(), follow_path(), and get_fileinfo().
BYTE* DIR::fn |
Definition at line 151 of file ff.h.
Referenced by create_name(), dir_find(), dir_register(), f_chmod(), f_mkdir(), f_rename(), f_unlink(), f_utime(), and follow_path().
FATFS* DIR::fs |
Definition at line 144 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chmod(), f_mkdir(), f_open(), f_opendir(), f_readdir(), f_rename(), f_stat(), f_unlink(), f_utime(), and follow_path().
WORD DIR::id |
Definition at line 145 of file ff.h.
Referenced by f_opendir().
WORD DIR::index |
Definition at line 146 of file ff.h.
Referenced by dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), and dir_sdi().
DWORD DIR::sclust |
Definition at line 147 of file ff.h.
Referenced by dir_sdi(), f_mkdir(), f_opendir(), f_rename(), f_unlink(), and follow_path().
DWORD DIR::sect |
Definition at line 149 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_readdir(), and get_fileinfo().