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

BPB_TotSec16 macro

Syntax

#define BPB_TotSec16 19

References

LocationText
ff.c:343
#define BPB_TotSec16 19 /* Volume size (16-bit) [sector] (WORD) */
ff.c:3132
tsect = ld_word(fs->win + BPB_TotSec16); /* Number of sectors on the volume */
ff.c:5636
st_word(buf + BPB_TotSec16, (WORD)sz_vol); /* Volume size in 16-bit LBA */