Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.h311 FRESULT f_fdisk (BYTE pdrv, const DWORD* szt, void* work); /* Divide a physical drive into some p…
Dff.c6003 const DWORD* szt, /* Pointer to the size table for each partitions */ argument
6043 …p_cyl = (szt[i] <= 100U) ? (DWORD)tot_cyl * szt[i] / 100 : szt[i] / sz_cyl; /* Number of cylinders…