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

FA_MODIFIED macro

Syntax

#define FA_MODIFIED 0x40

References

LocationText
ff.c:308
#define FA_MODIFIED 0x40 /* File has been modified */
ff.c:3424
mode |= FA_MODIFIED;
ff.c:3720
fp->flag |= FA_MODIFIED; /* Set file change flag */
ff.c:3747
if (fp->flag & FA_MODIFIED) { /* Is there any change to the file? */
ff.c:3795
fp->flag &= (BYTE)~FA_MODIFIED;
ff.c:4111
fp->flag |= FA_MODIFIED;
ff.c:4136
fp->flag |= FA_MODIFIED;
ff.c:4502
fp->flag |= FA_MODIFIED;