DIR::clust is only used within FatFs.
 
Symbols
loading...
Files
loading...

DIR::clust field

Syntax

DWORD clust;

References

LocationReferrerText
ff.h:181
DWORD clust; /* Current cluster */
ff.c:1503dir_sdi()
dp->clust = clst; /* Current cluster# */
ff.c:1536dir_next()
if (!dp->clust) { /* Static table */
ff.c:1543dir_next()
clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */
ff.c:1551dir_next()
clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */
ff.c:1569dir_next()
dp->clust = clst; /* Initialize data for new cluster */

Data Use

Functions writing DIR::clust
Functions reading DIR::clust
all items filtered out
DIR::clust
all items filtered out
Type of DIR::clust
DIR::clust
all items filtered out