FATFS::n_fats is only used within FatFs.
 
Symbols
loading...
Files
loading...

FATFS::n_fats field

Syntax

from ff.h:88
BYTE n_fats;

References

LocationReferrerText
ff.h:88
BYTE n_fats; /* Number of FATs (1 or 2) */
ff.c:899sync_window()
for (nf = fs->n_fats; nf >= 2; nf--) { /* Reflect the change to all FAT copies */
ff.c:3122find_volume()
fs->n_fats = fs->win[BPB_NumFATs]; /* Number of FATs */
ff.c:3123find_volume()
if (fs->n_fats != 1 && fs->n_fats != 2) return FR_NO_FILESYSTEM; /* (Must be 1 or 2) */
ff.c:3124find_volume()
fasize *= fs->n_fats; /* Number of sectors for FAT area */

Data Use

Functions writing FATFS::n_fats
Functions reading FATFS::n_fats
all items filtered out
FATFS::n_fats
all items filtered out
Type of FATFS::n_fats
FATFS::n_fats
all items filtered out