Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/test_fatfs_host/
Dtest_fatfs.cpp68 fr_result = f_write(&file, data, data_size, &bw);
/hal_espressif-2.7.6/components/fatfs/src/
D00history.txt74 Changed arguments of f_read(), f_write() and f_mkfs().
158 Fast seek feature is also applied to f_read() and f_write().
195 Fixed f_write() can be truncated when the file size is close to 4GB.
Dff.h286 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
Dff.c3837 FRESULT f_write ( function
6355 f_write(pb->fp, pb->buf, (UINT)i, &n);
6370 && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK
/hal_espressif-2.7.6/components/fatfs/vfs/
Dvfs_fat.c377 res = f_write(file, data, size, &written); in vfs_fat_write()
461 f_res = f_write(file, src, size, &wr); in vfs_fat_pwrite()
672 res = f_write(pf2, buf, will_copy, &written); in vfs_fat_link()