Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dffconf.h216 #define FF_VOLUMES LOSCFG_FS_FAT_VOLUMES macro
218 #define FF_VOLUMES 4 macro
Dffsystem.c15 #define FF_MEM_BLOCK_NUM (FAT_MAX_OPEN_FILES + FF_VOLUMES)
Dff.c369 #if FF_VOLUMES < 1
370 #error Wrong FF_VOLUMES setting
372 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */
376 #if FF_FS_RPATH != 0 && FF_VOLUMES >= 2
386 static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */
2630 } while ((c || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */ in get_ldnumber()
2633 if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */ in get_ldnumber()
2649 …} while ((c || (tc != '/' && (UINT)tc >= (FF_USE_LFN ? ' ' : '!'))) && ++i < FF_VOLUMES); /* Repea… in get_ldnumber()
2650 if (i < FF_VOLUMES) { /* If a volume ID is found, get the drive number and strip it */ in get_ldnumber()
3923 for (i = FF_VOLUMES - 1; i && fs != FatFs[i]; i--) ; /* Set current drive */ in f_chdir()
[all …]