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

BPB_RootEntCnt macro

Syntax

#define BPB_RootEntCnt 17

References

LocationText
ff.c:342
#define BPB_RootEntCnt 17 /* Size of root directory area for FAT12/16 [entry] (WORD) */
ff.c:3129
fs->n_rootdir = ld_word(fs->win + BPB_RootEntCnt); /* Number of root directory entries */
ff.c:5634
st_word(buf + BPB_RootEntCnt, (WORD)((fmt == FS_FAT32) ? 0 : n_rootdir)); /* Number of root directory entries */