FatFS
f_utime()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_utime()
f_utime() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:329
FRESULT
f_utime
(
const
TCHAR
*
path
,
const
FILINFO
*
fno
)
;
Implemented in
ff.c:5338
Arguments
Argument
Declared as
path
const
TCHAR
*
fno
const
FILINFO
*
Examples
References
from
examples
Code
Location
Referrer
FRESULT
f_utime
(
ff.c:5338
FRESULT
f_utime
(
const
TCHAR
*
path
,
const
FILINFO
*
fno
)
;
/* Change timestamp of a file/dir */
ff.h:329
FRESULT
res
=
f_utime
(
path
,
&
filinfo_time
)
;
vfs_fat.c:1376
vfs_fat_utime()
Call Tree
from
examples
f_utime()
is called by 1 function and calls 7 functions:
vfs_fat_utime()
All items filtered out
f_utime()
mount_volume()
sync_fs()
st_dword()
unlock_volume()
follow_path()
ff_memalloc()
ff_memfree()
All items filtered out
Data Use
from
examples
f_utime()
reads 8 variables and writes 3 variables:
FF_DIR::obj
FF_DIR::dir
FF_DIR::fn
FILINFO::fdate
FILINFO::ftime
FRESULT::FR_OK
FRESULT::FR_INVALID_NAME
FRESULT::FR_NOT_ENOUGH_CORE
All items filtered out
f_utime()
FATFS::wflag
FFOBJID::fs
FATFS::lfnbuf
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