ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <ff.h>
Data Fields | |
FATFS * | fs |
WORD | id |
BYTE | attr |
BYTE | stat |
DWORD | sclust |
FSIZE_t | objsize |
BYTE _FDID::attr |
Definition at line 142 of file ff.h.
Referenced by dir_find(), dir_read(), f_chdir(), f_open(), f_opendir(), f_unlink(), and follow_path().
FATFS* _FDID::fs |
Definition at line 140 of file ff.h.
Referenced by chk_chr(), clmt_clust(), create_chain(), create_name(), dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_close(), f_closedir(), f_getcwd(), f_getfree(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_setlabel(), f_stat(), f_sync(), f_unlink(), f_utime(), follow_path(), get_fat(), get_fileinfo(), put_fat(), remove_chain(), sum_sfn(), and validate().
WORD _FDID::id |
Definition at line 141 of file ff.h.
Referenced by f_open(), f_opendir(), and validate().
FSIZE_t _FDID::objsize |
Definition at line 145 of file ff.h.
Referenced by dir_register(), f_chdir(), f_expand(), f_lseek(), f_mkdir(), f_open(), f_opendir(), f_read(), f_sync(), f_truncate(), f_unlink(), f_write(), follow_path(), get_fat(), and sum_sfn().
DWORD _FDID::sclust |
Definition at line 144 of file ff.h.
Referenced by chk_chr(), create_chain(), dir_register(), dir_sdi(), f_chdir(), f_expand(), f_getcwd(), f_getlabel(), f_lseek(), f_mkdir(), f_open(), f_opendir(), f_read(), f_rename(), f_setlabel(), f_sync(), f_truncate(), f_unlink(), f_write(), follow_path(), get_fat(), put_fat(), remove_chain(), and sum_sfn().
BYTE _FDID::stat |
Definition at line 143 of file ff.h.
Referenced by create_chain(), dir_next(), dir_register(), dir_sdi(), f_chdir(), f_expand(), f_open(), f_opendir(), f_sync(), f_unlink(), follow_path(), get_fat(), put_fat(), remove_chain(), and sum_sfn().