FatFS
FSI_Nxt_Free
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
FSI_Nxt_Free
FSI_Nxt_Free macro
Syntax
Show:
Summary
Declaration
from
ff.c:199
#define
FSI_Nxt_Free
492
Examples
References
from
examples
Code
Location
#define
FSI_Nxt_Free
492
/* FAT32 FSI: Last allocated cluster (DWORD) */
ff.c:199
st_dword
(
fs
->
win
+
FSI_Nxt_Free
,
fs
->
last_clst
)
;
/* Last allocated culuster */
ff.c:1129
fs
->
last_clst
=
ld_dword
(
fs
->
win
+
FSI_Nxt_Free
)
;
ff.c:3590
st_dword
(
buf
+
FSI_Nxt_Free
,
2
)
;
/* Last allocated cluster# */
ff.c:6352
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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