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

AM_LFN macro

Syntax

#define AM_LFN 0x0F

References

LocationText
ff.c:302
#define AM_LFN 0x0F /* LFN entry */
ff.c:1763
dir[LDIR_Attr] = AM_LFN; /* Set attribute. LFN entry */
ff.c:2172
if (a == AM_LFN) { /* An LFN entry is found */
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:2257
if (a == AM_LFN) { /* An LFN entry is found */