Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c464 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */ variable
3353 fs = FatFs[vol]; /* Get pointer to the filesystem object */
3620 cfs = FatFs[vol]; /* Pointer to fs object */
3638 FatFs[vol] = fs; /* Register new fs object */
4256 for (i = FF_VOLUMES - 1; i && fs != FatFs[i]; i--) ; /* Set current drive */
5827 if (FatFs[vol]) FatFs[vol]->fs_type = 0; /* Clear the fs object if mounted */