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

BPB_NumFATs macro

Syntax

#define BPB_NumFATs 16

References

LocationText
ff.c:341
#define BPB_NumFATs 16 /* Number of FATs (BYTE) */
ff.c:3122
fs->n_fats = fs->win[BPB_NumFATs]; /* Number of FATs */
ff.c:5633
buf[BPB_NumFATs] = (BYTE)n_fats; /* Number of FATs */