|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <ff.h>
Data Fields | |
| FSIZE_t | fsize |
| WORD | fdate |
| WORD | ftime |
| BYTE | fattrib |
| TCHAR | altname [13] |
| TCHAR | fname [_MAX_LFN+1] |
| TCHAR FILINFO::altname[13] |
Definition at line 209 of file ff.h.
Referenced by f_findnext(), get_fileinfo(), and sum_sfn().
| BYTE FILINFO::fattrib |
Definition at line 207 of file ff.h.
Referenced by fatfs_filinfo_list(), fatfs_ls(), fatfs_scan_files(), get_fileinfo(), stat(), and sum_sfn().
| WORD FILINFO::fdate |
Definition at line 205 of file ff.h.
Referenced by f_utime(), fatfs_filinfo_list(), get_fileinfo(), stat(), sum_sfn(), and utime().
Definition at line 210 of file ff.h.
Referenced by f_findnext(), f_getcwd(), fatfs_filinfo_list(), fatfs_ls(), fatfs_scan_files(), get_fileinfo(), readdir(), and sum_sfn().
| FSIZE_t FILINFO::fsize |
Definition at line 204 of file ff.h.
Referenced by fatfs_filinfo_list(), fatfs_ls(), fatfs_scan_files(), get_fileinfo(), stat(), and sum_sfn().
| WORD FILINFO::ftime |
Definition at line 206 of file ff.h.
Referenced by f_utime(), fatfs_filinfo_list(), get_fileinfo(), stat(), sum_sfn(), and utime().
1.8.11