Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c177 #define XDIR_GenFlags 33 /* exFAT: General secondary flags (BYTE) */ macro
2216 obj->stat = fs->dirbuf[XDIR_GenFlags] & 2; /* Allocation status */
2528 fs->dirbuf[XDIR_GenFlags] = dp->obj.stat | 1;
3057 dp->obj.stat = fs->dirbuf[XDIR_GenFlags] & 2;
3613 fs->dirbuf[XDIR_GenFlags] = 1;
3993 fs->dirbuf[XDIR_GenFlags] = fp->obj.stat | 1; /* Update file allocation information */
4920 fs->dirbuf[XDIR_GenFlags] = 3; /* Initialize the object flag */