FatFS
FF_DIR::clust
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FF_DIR::clust
FF_DIR::clust field
Syntax
Show:
Summary
Declaration
from
ff.h:237
DWORD
clust
;
Examples
References
from
examples
Code
Location
Referrer
DWORD
clust
;
/* Current cluster */
ff.h:237
dp
->
clust
=
clst
;
/* Current cluster# */
ff.c:1735
dir_sdi()
if
(
dp
->
clust
==
0
)
{
/* Static table */
ff.c:1766
dir_next()
clst
=
get_fat
(
&
dp
->
obj
,
dp
->
clust
)
;
/* Get next cluster */
ff.c:1773
dir_next()
clst
=
create_chain
(
&
dp
->
obj
,
dp
->
clust
)
;
/* Allocate a cluster */
ff.c:1781
dir_next()
dp
->
clust
=
clst
;
/* Initialize data for new cluster */
ff.c:1792
dir_next()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FF_DIR::clust
is written by 2 functions and is read by 1 function:
dir_sdi()
dir_next()
All items filtered out
FF_DIR::clust
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