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

AM_VOL macro

Syntax

#define AM_VOL 0x08

References

LocationText
ff.c:301
#define AM_VOL 0x08 /* Volume label */
ff.c:2169
if (c == DDEM || c == '.' || (int)((a & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid data */
ff.c:2188
if (c != DDEM && c != '.' && a != AM_LFN && (int)((a & ~AM_ARC) == AM_VOL) == vol) { /* Is it a valid entry? */
ff.c:2254
if (c == DDEM || ((a & AM_VOL) && a != AM_LFN)) { /* An entry without valid data */
ff.c:2275
if (!(dp->dir[DIR_Attr] & AM_VOL) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* Is it a valid entry? */