FatFS
f_tell
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_tell
f_tell macro
Syntax
Show:
Summary
Declaration
from
ff.h:351
#define
f_tell
(
fp
)
(
(
fp
)
->
fptr
)
Arguments
Argument
fp
Examples
References
from
examples
Code
Location
#define
f_tell
(
fp
)
(
(
fp
)
->
fptr
)
ff.h:351
const
off_t
prev_pos
=
f_tell
(
file
)
;
vfs_fat.c:504
const
off_t
prev_pos
=
f_tell
(
file
)
;
vfs_fat.c:544
off_t
cur_pos
=
f_tell
(
file
)
;
vfs_fat.c:639
FSIZE_t
seek_ptr_pos
=
(
FSIZE_t
)
f_tell
(
file
)
;
// current seek pointer position
vfs_fat.c:1161
if
(
res
!=
FR_OK
||
f_tell
(
file
)
!=
length
)
{
vfs_fat.c:1165
FSIZE_t
seek_ptr_pos
=
(
FSIZE_t
)
f_tell
(
file
)
;
// current seek pointer position
vfs_fat.c:1270
if
(
res
!=
FR_OK
||
f_tell
(
file
)
!=
length
)
{
vfs_fat.c:1274
fr
=
f_lseek
(
fp
,
f_tell
(
fp
)
+
step
)
;
/* Advances file pointer a cluster */
vfs_fat.c:1465
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out