Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c102 #define BPB_TotSec16 19 /* Volume size (16-bit) [sector] (WORD) */ macro
3266 …&& (ld_word(fs->win + BPB_TotSec16) >= 128 || ld_dword(fs->win + BPB_TotSec32) >= 0x10000) /* Prop…
3476 tsect = ld_word(fs->win + BPB_TotSec16); /* Number of sectors on the volume */
6188 st_word(buf + BPB_TotSec16, (WORD)sz_vol); /* Volume size in 16-bit LBA */