|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <ff.h>
Data Fields | |
| BYTE | fs_type |
| BYTE | drv |
| BYTE | n_fats |
| BYTE | wflag |
| BYTE | fsi_flag |
| WORD | id |
| WORD | n_rootdir |
| WORD | csize |
| WCHAR * | lfnbuf |
| DWORD | last_clst |
| DWORD | free_clst |
| DWORD | cdir |
| DWORD | n_fatent |
| DWORD | fsize |
| DWORD | volbase |
| DWORD | fatbase |
| DWORD | dirbase |
| DWORD | database |
| DWORD | winsect |
| BYTE | win [_MAX_SS] |
| DWORD FATFS::cdir |
Definition at line 118 of file ff.h.
Referenced by f_chdir(), f_getcwd(), f_unlink(), find_volume(), and follow_path().
| WORD FATFS::csize |
Definition at line 100 of file ff.h.
Referenced by clmt_clust(), clust2sect(), dir_next(), dir_register(), dir_sdi(), f_expand(), f_lseek(), f_mkdir(), f_open(), f_read(), f_write(), fatfs_ls(), fatfs_status(), find_volume(), get_fat(), and remove_chain().
| DWORD FATFS::database |
Definition at line 130 of file ff.h.
Referenced by clust2sect(), f_getfree(), fatfs_status(), find_volume(), and put_fat().
| DWORD FATFS::dirbase |
Definition at line 129 of file ff.h.
Referenced by dir_sdi(), f_mkdir(), fatfs_status(), and find_volume().
| BYTE FATFS::drv |
Definition at line 94 of file ff.h.
Referenced by f_expand(), f_lseek(), f_open(), f_read(), f_sync(), f_truncate(), f_write(), find_volume(), move_window(), remove_chain(), sync_fs(), sync_window(), and validate().
| DWORD FATFS::fatbase |
Definition at line 128 of file ff.h.
Referenced by f_getfree(), fatfs_status(), find_volume(), get_fat(), put_fat(), and sync_window().
| DWORD FATFS::free_clst |
Definition at line 115 of file ff.h.
Referenced by create_chain(), f_expand(), f_getfree(), find_volume(), remove_chain(), and sync_fs().
| BYTE FATFS::fs_type |
Definition at line 93 of file ff.h.
Referenced by create_chain(), dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_expand(), f_getcwd(), f_getfree(), f_getlabel(), f_lseek(), f_mkdir(), f_mkfs(), f_mount(), f_open(), f_opendir(), f_rename(), f_setlabel(), f_sync(), f_unlink(), f_utime(), f_write(), fatfs_status(), find_volume(), follow_path(), get_fat(), get_fileinfo(), ld_clust(), put_fat(), remove_chain(), st_clust(), sync_fs(), and validate().
| BYTE FATFS::fsi_flag |
Definition at line 97 of file ff.h.
Referenced by create_chain(), f_expand(), f_getfree(), find_volume(), remove_chain(), and sync_fs().
| DWORD FATFS::fsize |
Definition at line 126 of file ff.h.
Referenced by fatfs_status(), find_volume(), and sync_window().
| WORD FATFS::id |
Definition at line 98 of file ff.h.
Referenced by f_open(), f_opendir(), find_volume(), and validate().
| DWORD FATFS::last_clst |
Definition at line 114 of file ff.h.
Referenced by create_chain(), f_expand(), f_open(), find_volume(), and sync_fs().
| WCHAR* FATFS::lfnbuf |
Definition at line 105 of file ff.h.
Referenced by create_name(), dir_find(), dir_read(), dir_register(), find_volume(), and get_fileinfo().
| DWORD FATFS::n_fatent |
Definition at line 125 of file ff.h.
Referenced by clust2sect(), create_chain(), dir_next(), dir_sdi(), f_expand(), f_getfree(), f_lseek(), fatfs_status(), find_volume(), get_fat(), put_fat(), and remove_chain().
| BYTE FATFS::n_fats |
Definition at line 95 of file ff.h.
Referenced by fatfs_status(), find_volume(), and sync_window().
| WORD FATFS::n_rootdir |
Definition at line 99 of file ff.h.
Referenced by dir_next(), dir_sdi(), fatfs_status(), and find_volume().
| DWORD FATFS::volbase |
Definition at line 127 of file ff.h.
Referenced by f_getlabel(), find_volume(), and sync_fs().
| BYTE FATFS::wflag |
Definition at line 96 of file ff.h.
Referenced by check_fs(), dir_next(), dir_register(), dir_remove(), f_chmod(), f_mkdir(), f_open(), f_read(), f_rename(), f_setlabel(), f_sync(), f_utime(), f_write(), put_fat(), sum_sfn(), and sync_window().
Definition at line 132 of file ff.h.
Referenced by check_fs(), dir_next(), dir_sdi(), f_expand(), f_getfree(), f_getlabel(), f_mkdir(), f_read(), f_rename(), f_write(), find_volume(), follow_path(), get_fat(), move_window(), put_fat(), sync_fs(), and sync_window().
| DWORD FATFS::winsect |
Definition at line 131 of file ff.h.
Referenced by check_fs(), dir_next(), f_mkdir(), f_open(), f_read(), f_write(), move_window(), sync_fs(), and sync_window().
1.8.11