FatFS
FATFS::fsi_flag
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
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::fsi_flag
FATFS::fsi_flag field
Syntax
Show:
Summary
Declaration
from
ff.h:138
BYTE
fsi_flag
;
Examples
References
from
examples
Code
Location
Referrer
BYTE
fsi_flag
;
/* FSINFO status (b7:disabled, b0:dirty) */
ff.h:138
if
(
fs
->
fs_type
==
FS_FAT32
&&
fs
->
fsi_flag
==
1
)
{
/* FAT32: Update FSInfo sector if needed */
ff.c:1122
sync_fs()
fs
->
fsi_flag
=
0
;
ff.c:1132
sync_fs()
fs
->
fsi_flag
|=
1
;
ff.c:1470
remove_chain()
fs
->
fsi_flag
|=
1
;
ff.c:1614
create_chain()
fs
->
fsi_flag
=
0x80
;
ff.c:3575
mount_volume()
fs
->
fsi_flag
=
0
;
ff.c:3581
mount_volume()
fs
->
fsi_flag
|=
1
;
/* FAT32: FSInfo is to be updated */
ff.c:4938
f_getfree()
fs
->
fsi_flag
|=
1
;
ff.c:5685
f_expand()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::fsi_flag
is written by 6 functions and is read by 5 functions:
sync_fs()
remove_chain()
create_chain()
mount_volume()
f_getfree()
f_expand()
All items filtered out
FATFS::fsi_flag
sync_fs()
remove_chain()
create_chain()
f_getfree()
f_expand()
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