Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c468 static BYTE CurrVol; /* Current drive */ variable
3152 vol = CurrVol; /* Default drive is current drive */
4198 CurrVol = (BYTE)vol; /* Set it as current volume */
4257 CurrVol = (BYTE)i;
4329 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;
4338 *tp++ = (TCHAR)'0' + CurrVol;