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

BPB_TotSec32 macro

Syntax

#define BPB_TotSec32 32

References

LocationText
ff.c:349
#define BPB_TotSec32 32 /* Volume size (32-bit) [sector] (DWORD) */
ff.c:3133
if (tsect == 0) tsect = ld_dword(fs->win + BPB_TotSec32);
ff.c:5638
st_dword(buf + BPB_TotSec32, sz_vol); /* Volume size in 32-bit LBA */