FatFS
FILINFO
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FILINFO
FILINFO struct
Syntax
Show:
Summary
Declaration
from
ff.h:253
typedef
struct
{
FSIZE_t
fsize
;
WORD
fdate
;
WORD
ftime
;
BYTE
fattrib
;
#if
FF_USE_LFN
TCHAR
altname
[
FF_SFN_BUF
+
1
]
;
TCHAR
fname
[
FF_LFN_BUF
+
1
]
;
#else
TCHAR
fname
[
12
+
1
]
;
#endif
}
FILINFO
;
Fields
Field
Declared as
FILINFO::fsize
FSIZE_t
FILINFO::fdate
WORD
FILINFO::ftime
WORD
FILINFO::fattrib
BYTE
FILINFO::altname
TCHAR
[
FF_SFN_BUF
+
1
]
FILINFO::fname
TCHAR
[
FF_LFN_BUF
+
1
]
Related Functions
Found 7 other functions taking a
FILINFO
argument:
Function
f_readdir()
f_stat()
f_utime()
get_fileinfo()
update_stat_struct()
f_findfirst()
f_findnext()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out