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

BPB_FATSz16 macro

Syntax

#define BPB_FATSz16 22

References

LocationText
ff.c:345
#define BPB_FATSz16 22 /* FAT size (16-bit) [sector] (WORD) */
ff.c:3118
fasize = ld_word(fs->win + BPB_FATSz16); /* Number of sectors per FAT */
ff.c:5655
st_word(buf + BPB_FATSz16, (WORD)sz_fat); /* FAT size [sector] */