Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c6007 UINT i, n, sz_cyl, tot_cyl, b_cyl, e_cyl, p_cyl; local
6037 tot_cyl = sz_disk / sz_cyl;
6043 …p_cyl = (szt[i] <= 100U) ? (DWORD)tot_cyl * szt[i] / 100 : szt[i] / sz_cyl; /* Number of cylinders…
6054 if (e_cyl >= tot_cyl) LEAVE_MKFS(FR_INVALID_PARAMETER);