Searched refs:FIL (Results 1 – 2 of 2) sorted by relevance
/fatfs-2.7.6/include/ |
D | ff.h | 223 } FIL; typedef 305 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */ 306 FRESULT f_close (FIL* fp); /* Close an open file object */ 307 FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */ 308 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */ 309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */ 310 FRESULT f_truncate (FIL* fp); /* Truncate the file */ 311 FRESULT f_sync (FIL* fp); /* Flush cached data of the writing file */ 329 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to … 330 FRESULT f_expand (FIL* fp, FSIZE_t fsz, BYTE opt); /* Allocate a contiguous block to the file */ [all …]
|
/fatfs-2.7.6/ |
D | ff.c | 1598 FIL* fp, /* Pointer to the file object */ in clmt_clust() 3654 FIL* fp, /* Pointer to the blank file object */ 3851 FIL* fp, /* Open file to be read */ 3951 FIL* fp, /* Open file to be written */ 4072 FIL* fp /* Open file to be synced */ 4153 FIL* fp /* Open file to be closed */ 4368 FIL* fp, /* Pointer to the file object */ 4843 FIL* fp /* Pointer to the file object */ 5492 FIL* fp, /* Pointer to the file object */ 5582 FIL* fp, /* Pointer to the file object */ [all …]
|