Searched refs:bw (Results 1 – 2 of 2) sorted by relevance
308 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
3954 UINT* bw /* Number of bytes written */ argument3965 *bw = 0; /* Clear write byte counter */3975 …for ( ; btw > 0; btw -= wcnt, *bw += wcnt, wbuff += wcnt, fp->fptr += wcnt, fp->obj.objsize = (fp-…