Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c5378 DWORD n, clst, stcl, scl, ncl, tcl, lclst; local
5389 stcl = fs->last_clst; lclst = 0;
5390 if (stcl < 2 || stcl >= fs->n_fatent) stcl = 2;
5394 scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */
5408 scl = clst = stcl; ncl = 0;
5419 if (clst == stcl) { res = FR_DENIED; break; } /* No contiguous cluster? */