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

FSI_Nxt_Free macro

Syntax

#define FSI_Nxt_Free 492

References

LocationText
ff.c:438
#define FSI_Nxt_Free 492 /* FAT32 FSI: Last allocated cluster (DWORD) */
ff.c:961
st_dword(fs->win + FSI_Nxt_Free, fs->last_clst);
ff.c:3183
fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free);
ff.c:5670
st_dword(buf + FSI_Nxt_Free, 2); /* Last allocated cluster# */