Lines Matching refs:FF_VOLUMES
435 #if FF_VOLUMES < 1 || FF_VOLUMES > 10
436 #error Wrong FF_VOLUMES setting
438 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */
451 static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */
3130 i = FF_VOLUMES;
3144 } while ((c || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */
3147 if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */
3163 …} while ((c || (tc != '/' && (UINT)tc >= (FF_USE_LFN ? ' ' : '!'))) && ++i < FF_VOLUMES); /* Repea…
3164 if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */
4143 for (i = FF_VOLUMES - 1; i && fs != FatFs[i]; i--) ; /* Set current drive */
4165 #if FF_VOLUMES >= 2
4213 #if FF_VOLUMES >= 2 /* Put drive prefix */