Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c57 #define FA_MODIFIED 0x40 /* File has been modified */ macro
3652 …if (mode & FA_CREATE_ALWAYS) mode |= FA_MODIFIED; /* Set file change flag if created or overwritte…
3946 fp->flag |= FA_MODIFIED; /* Set file change flag */
3970 if (fp->flag & FA_MODIFIED) { /* Is there any change to the file? */
4003 fp->flag &= (BYTE)~FA_MODIFIED;
4021 fp->flag &= (BYTE)~FA_MODIFIED;
4364 fp->flag |= FA_MODIFIED;
4389 fp->flag |= FA_MODIFIED;
4750 fp->flag |= FA_MODIFIED;
5440 fp->flag |= FA_MODIFIED;