Home
last modified time | relevance | path

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

/fatfs-latest/include/
Dff.h125 extern const char* VolumeStr[FF_VOLUMES]; /* User defined volume ID table */
/fatfs-latest/
Dff.c482 static const char *const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */ variable
3188 vsp = VolumeStr[i]; tp = *path; /* Preconfigured string and path name to test */
3206 vsp = VolumeStr[i]; tt = tp; /* Preconfigured string and path name to test */
4408 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;