Searched refs:FF_VOLUMES (Results 1 – 4 of 4) sorted by relevance
208 #define FF_VOLUMES LOSCFG_FS_FAT_VOLUMES macro210 #define FF_VOLUMES 4 macro
15 #define FF_MEM_BLOCK_NUM (FAT_MAX_OPEN_FILES + FF_VOLUMES)
372 #if FF_VOLUMES < 1373 #error Wrong FF_VOLUMES setting375 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */379 #if FF_FS_RPATH != 0 && FF_VOLUMES >= 2389 static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */2652 } while ((c || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */ in get_ldnumber()2655 if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */ in get_ldnumber()2672 …} while ((c || (tc != '/' && !IsTerminator(tc))) && ++i < FF_VOLUMES); /* Repeat for each ID until… in get_ldnumber()2673 if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */ in get_ldnumber()3945 for (i = FF_VOLUMES - 1; i && fs != FatFs[i]; i--) ; /* Set current drive */ in f_chdir()[all …]
365 …Fixed file lock control FF_FS_LOCK is not mutal excluded when FF_FS_REENTRANT && FF_VOLUMES > 1 is…