Home
last modified time | relevance | path

Searched refs:f_write (Results 1 - 2 of 2) sorted by relevance

/third_party/FatFs/source/
H A Dff.h439 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
H A Dff.c3659 FRESULT f_write ( in f_write() function
6698 f_write(pb->fp, pb->buf, (UINT)i, &n);
6713 && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK

Completed in 11 milliseconds