Home
last modified time | relevance | path

Searched refs:BPB_BytsPerSec (Results 1 – 1 of 1) sorted by relevance

/third_party/FatFs/source/
Dff.c86 #define BPB_BytsPerSec 11 /* Sector size [byte] (WORD) */ macro
2717 w = ld_word(fs->win + BPB_BytsPerSec); in check_fs()
2873 …if (ld_word(fs->win + BPB_BytsPerSec) != SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_BytsPerSec must … in mount_volume()
3115 …if (ld_word(fs->win + BPB_BytsPerSec) != SS(fs)) { /* (BPB_BytsPerSec must be equal to the physica… in init_fatobj()
5845 st_word(buf + BPB_BytsPerSec, ss); /* Sector size [byte] */
6216 st_word(buf + BPB_BytsPerSec, ss); /* Sector size [byte] */