Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c97 #define BPB_BytsPerSec 11 /* Sector size [byte] (WORD) */ macro
3259 w = ld_word(fs->win + BPB_BytsPerSec);
3460 …if (ld_word(fs->win + BPB_BytsPerSec) != SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_BytsPerSec must …
6182 st_word(buf + BPB_BytsPerSec, ss); /* Sector size [byte] */