Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h308 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
/fatfs-2.7.6/
Dff.c3950 FRESULT f_write ( function
6609 f_write(pb->fp, pb->buf, (UINT)i, &n);
6624 && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK