FA_SEEKEND is only used within FatFs.
 
Symbols
loading...
Files
loading...

FA_SEEKEND macro

Syntax

#define FA_SEEKEND 0x20

References

LocationText
ff.c:307
#define FA_SEEKEND 0x20 /* Seek to end of the file on file open */
ff.c:3327
ff.c:3472
if ((mode & FA_SEEKEND) && fp->obj.objsize > 0) { /* Seek to end of file if FA_OPEN_APPEND is specified */