Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dffconf.h208 #define FF_VOLUMES LOSCFG_FS_FAT_VOLUMES macro
210 #define FF_VOLUMES 4 macro
Dffsystem.c15 #define FF_MEM_BLOCK_NUM (FAT_MAX_OPEN_FILES + FF_VOLUMES)
Dff.c372 #if FF_VOLUMES < 1
373 #error Wrong FF_VOLUMES setting
375 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */
379 #if FF_FS_RPATH != 0 && FF_VOLUMES >= 2
389 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 …]
D00history.txt365 …Fixed file lock control FF_FS_LOCK is not mutal excluded when FF_FS_REENTRANT && FF_VOLUMES > 1 is…