FatFS
FSI_LeadSig
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_LeadSig
FSI_LeadSig macro
Syntax
Show:
Summary
Declaration
from
ff.c:196
#define
FSI_LeadSig
0
Examples
References
from
examples
Code
Location
#define
FSI_LeadSig
0
/* FAT32 FSI: Leading signature (DWORD) */
ff.c:196
st_dword
(
fs
->
win
+
FSI_LeadSig
,
0x41615252
)
;
/* Leading signature */
ff.c:1126
&&
ld_dword
(
fs
->
win
+
FSI_LeadSig
)
==
0x41615252
ff.c:3583
st_dword
(
buf
+
FSI_LeadSig
,
0x41615252
)
;
ff.c:6349
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