Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat.c410 const off_t prev_pos = f_tell(file); in vfs_fat_pread()
450 const off_t prev_pos = f_tell(file); in vfs_fat_pwrite()
531 off_t cur_pos = f_tell(file); in vfs_fat_lseek()
/hal_espressif-3.6.0/components/fatfs/src/
Dff.h320 #define f_tell(fp) ((fp)->fptr) macro