FatFS
f_chmod()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_chmod()
f_chmod() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:328
FRESULT
f_chmod
(
const
TCHAR
*
path
,
BYTE
attr
,
BYTE
mask
)
;
Implemented in
ff.c:5291
Arguments
Argument
path
attr
mask
Examples
References
from
examples
Code
Location
FRESULT
f_chmod
(
ff.c:5291
FRESULT
f_chmod
(
const
TCHAR
*
path
,
BYTE
attr
,
BYTE
mask
)
;
/* Change attribute of a file/dir */
ff.h:328
Call Tree
from
examples
f_chmod()
calls 6 functions:
All items filtered out
f_chmod()
mount_volume()
sync_fs()
unlock_volume()
follow_path()
ff_memalloc()
ff_memfree()
All items filtered out
Data Use
from
examples
f_chmod()
reads 6 variables and writes 3 variables:
FF_DIR::obj
FF_DIR::dir
FF_DIR::fn
FRESULT::FR_OK
FRESULT::FR_INVALID_NAME
FRESULT::FR_NOT_ENOUGH_CORE
All items filtered out
f_chmod()
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