Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c442 static BYTE CurrVol; /* Current drive */ variable
3173 vol = CurrVol; /* Default drive is current drive */
4085 CurrVol = (BYTE)vol; /* Set it as current volume */
4144 CurrVol = (BYTE)i;
4216 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;
4225 *tp++ = (TCHAR)'0' + CurrVol;