Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c3847 UINT wcnt, cc, csect; local
3862 …btw -= wcnt, *bw += wcnt, wbuff += wcnt, fp->fptr += wcnt, fp->obj.objsize = (fp->fptr > fp->obj.o…
3917 wcnt = SS(fs) * cc; /* Number of bytes transferred */
3934 wcnt = SS(fs) - (UINT)fp->fptr % SS(fs); /* Number of bytes left in the sector */
3935 if (wcnt > btw) wcnt = btw; /* Clip it by btw if needed */
3938 mem_cpy(fs->win + fp->fptr % SS(fs), wbuff, wcnt); /* Fit data to the sector */
3941 mem_cpy(fp->buf + fp->fptr % SS(fs), wbuff, wcnt); /* Fit data to the sector */