Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h307 FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */
/fatfs-2.7.6/
Dff.c3854 UINT* br /* Number of bytes read */ argument
3866 *br = 0; /* Clear read byte counter */
3873 …for ( ; btr > 0; btr -= rcnt, *br += rcnt, rbuff += rcnt, fp->fptr += rcnt) { /* Repeat until btr …