FatFS
FA_SEEKEND
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FA_SEEKEND
FA_SEEKEND macro
Syntax
Show:
Summary
Declaration
from
ff.c:62
#define
FA_SEEKEND
0x20
Examples
References
from
examples
Code
Location
#define
FA_SEEKEND
0x20
/* Seek to end of the file on file open */
ff.c:62
if
(
(
mode
&
FA_SEEKEND
)
&&
fp
->
obj
.
objsize
>
0
)
{
/* Seek to end of file if FA_OPEN_APPEND is specified */
ff.c:3896
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