FatFS
FATFS::wflag
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FATFS::wflag
FATFS::wflag field
Syntax
Show:
Summary
Declaration
from
ff.h:137
BYTE
wflag
;
Examples
References
from
examples
Code
Location
Referrer
BYTE
wflag
;
/* win[] status (b0:dirty) */
ff.h:137
if
(
fs
->
wflag
)
{
/* Is the disk access window dirty? */
ff.c:1067
sync_window()
fs
->
wflag
=
0
;
/* Clear window dirty flag */
ff.c:1069
sync_window()
fs
->
wflag
=
1
;
ff.c:1263
put_fat()
fs
->
wflag
=
1
;
ff.c:1268
put_fat()
fs
->
wflag
=
1
;
ff.c:1275
put_fat()
fs
->
wflag
=
1
;
ff.c:1288
put_fat()
fs
->
wflag
=
1
;
ff.c:2540
dir_register()
fs
->
wflag
=
1
;
ff.c:2560
dir_register()
fs
->
wflag
=
1
;
ff.c:2595
dir_remove()
fs
->
wflag
=
1
;
ff.c:2606
dir_remove()
fs
->
wflag
=
0
;
fs
->
winsect
=
(
LBA_t
)
0
-
1
;
/* Invaidate window */
ff.c:3305
check_fs()
fs
->
wflag
=
1
;
ff.c:3814
f_open()
fs
->
wflag
=
1
;
ff.c:4233
f_sync()
fs
->
wflag
=
1
;
ff.c:5138
f_mkdir()
fs
->
wflag
=
1
;
ff.c:5159
f_mkdir()
fs
->
wflag
=
1
;
ff.c:5247
f_rename()
fs
->
wflag
=
1
;
ff.c:5258
f_rename()
fs
->
wflag
=
1
;
ff.c:5319
f_chmod()
fs
->
wflag
=
1
;
ff.c:5364
f_utime()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::wflag
is written by 11 functions and is read by 1 function:
sync_window()
put_fat()
dir_register()
dir_remove()
check_fs()
f_open()
f_sync()
f_mkdir()
f_rename()
f_chmod()
f_utime()
All items filtered out
FATFS::wflag
sync_window()
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