FSI_LeadSig is only used within FatFs.
 
Symbols
loading...
Files
loading...

FSI_LeadSig macro

Syntax

#define FSI_LeadSig 0

References

LocationText
ff.c:435
#define FSI_LeadSig 0 /* FAT32 FSI: Leading signature (DWORD) */
ff.c:958
st_dword(fs->win + FSI_LeadSig, 0x41615252);
ff.c:3176
&& ld_dword(fs->win + FSI_LeadSig) == 0x41615252
ff.c:5667
st_dword(buf + FSI_LeadSig, 0x41615252);