Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/include/
Dff.h340 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) argument
341 #define f_error(fp) ((fp)->err) argument
342 #define f_tell(fp) ((fp)->fptr) argument
343 #define f_size(fp) ((fp)->obj.objsize) argument
344 #define f_rewind(fp) f_lseek((fp), 0) argument
/fatfs-2.7.6/
Dff.c1598 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 …]