FatFS
FILINFO::ftime
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FILINFO::ftime
FILINFO::ftime field
Syntax
Show:
Summary
Declaration
from
ff.h:256
WORD
ftime
;
Examples
References
from
examples
Code
Location
Referrer
WORD
ftime
;
/* Modified time */
ff.h:256
fno
->
ftime
=
ld_word
(
dp
->
dir
+
DIR_ModTime
+
0
)
;
/* Time */
ff.c:2751
get_fileinfo()
st_dword
(
dj
.
dir
+
DIR_ModTime
,
(
DWORD
)
fno
->
fdate
<
<
16
|
fno
->
ftime
)
;
ff.c:5363
f_utime()
fat_time_t
ftime
=
{
.
as_int
=
info
->
ftime
}
;
vfs_fat.c:711
update_stat_struct()
filinfo_time
.
ftime
=
ftime
.
as_int
;
vfs_fat.c:1370
vfs_fat_utime()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FILINFO::ftime
is written by 2 functions and is read by 2 functions:
get_fileinfo()
vfs_fat_utime()
All items filtered out
FILINFO::ftime
f_utime()
update_stat_struct()
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