ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
FILINFO Struct Reference

#include <ff.h>

Data Fields

FSIZE_t fsize
 
WORD fdate
 
WORD ftime
 
BYTE fattrib
 
TCHAR altname [13]
 
TCHAR fname [_MAX_LFN+1]
 

Detailed Description

Definition at line 203 of file ff.h.

Field Documentation

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().

TCHAR FILINFO::fname[_MAX_LFN+1]
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().


The documentation for this struct was generated from the following file: