ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <ff.h>
Data Fields | |
_FDID | obj |
DWORD | dptr |
DWORD | clust |
DWORD | sect |
BYTE * | dir |
BYTE | fn [12] |
DWORD | blk_ofs |
const TCHAR * | pat |
DWORD DIR::blk_ofs |
Definition at line 192 of file ff.h.
Referenced by dir_find(), dir_read(), dir_register(), dir_remove(), f_chdir(), f_open(), f_opendir(), follow_path(), get_fileinfo(), and sum_sfn().
DWORD DIR::clust |
Definition at line 187 of file ff.h.
Referenced by dir_next(), and dir_sdi().
BYTE* DIR::dir |
Definition at line 189 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_getcwd(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_setlabel(), f_unlink(), f_utime(), get_fileinfo(), and sum_sfn().
DWORD DIR::dptr |
Definition at line 186 of file ff.h.
Referenced by chk_chr(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_rename(), and follow_path().
BYTE DIR::fn[12] |
Definition at line 190 of file ff.h.
Referenced by create_name(), dir_find(), dir_register(), f_chdir(), f_chmod(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_stat(), f_unlink(), f_utime(), and follow_path().
_FDID DIR::obj |
Definition at line 185 of file ff.h.
Referenced by chk_chr(), create_name(), dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_closedir(), f_getcwd(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_readdir(), f_rename(), f_setlabel(), f_stat(), f_unlink(), f_utime(), follow_path(), get_fileinfo(), and sum_sfn().
const TCHAR* DIR::pat |
Definition at line 195 of file ff.h.
Referenced by f_findfirst(), and f_findnext().
DWORD DIR::sect |
Definition at line 188 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_getcwd(), get_fileinfo(), and sum_sfn().