FatFS
FFOBJID::stat
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (2/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
FFOBJID::stat
FFOBJID::stat field
Syntax
Show:
Summary
Declaration
from
ff.h:188
BYTE
stat
;
Examples
References
from
examples
Code
Location
Referrer
BYTE
stat
;
/* Object chain status (b1-0: =0:not contiguous, =2:contiguous, =3:fragmented in this session, b2:sub-directory stretched) */
ff.h:188
if
(
pclst
!=
0
&&
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
||
obj
->
stat
!=
2
)
)
{
ff.c:1453
remove_chain()
if
(
FF_FS_EXFAT
)
dp
->
obj
.
stat
=
0
;
/* exFAT: Root dir has an FAT chain */
ff.c:1718
dir_sdi()
if
(
FF_FS_EXFAT
)
dp
->
obj
.
stat
|=
4
;
/* exFAT: The directory has been stretched */
ff.c:1786
dir_next()
if
(
FF_FS_EXFAT
)
fp
->
obj
.
stat
=
2
;
/* Set status 'contiguous chain' */
ff.c:5681
f_expand()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FFOBJID::stat
is written by 3 functions and is read by 2 functions:
dir_sdi()
dir_next()
f_expand()
All items filtered out
FFOBJID::stat
remove_chain()
dir_next()
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