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

BPB_BytsPerSec macro

Syntax

#define BPB_BytsPerSec 11

References

LocationText
ff.c:338
#define BPB_BytsPerSec 11 /* Sector size [byte] (WORD) */
ff.c:3116
if (ld_word(fs->win + BPB_BytsPerSec) != SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_BytsPerSec must be equal to the physical sector size) */
ff.c:5630
st_word(buf + BPB_BytsPerSec, ss); /* Sector size [byte] */