_FDID::stat is only used within FatFs.
 
Symbols
loading...
Files
loading...

_FDID::stat field

Syntax

BYTE stat;

References

LocationReferrerText
ff.h:136
BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous (no data on FAT), =3:flagmented in this session, b2:sub-directory stretched) */
ff.c:1290remove_chain()
if (pclst && (!_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) {
ff.c:1486dir_sdi()
if (_FS_EXFAT) dp->obj.stat = 0; /* exFAT: Root dir has an FAT chain */
ff.c:1556dir_next()
if (_FS_EXFAT) dp->obj.stat |= 4; /* The directory needs to be updated */

Data Use

Functions writing _FDID::stat
Functions reading _FDID::stat
all items filtered out
_FDID::stat
all items filtered out
Type of _FDID::stat
_FDID::stat
all items filtered out