FatFs + 0/7 examples
CodeScope will show references to AM_ARC from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

AM_ARC macro

Syntax

#define AM_ARC 0x20

Examples

AM_ARC is referenced by 7 libraries and example projects.

References

LocationText
ff.h:354
#define AM_ARC 0x20 /* Archive */
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:3394
dj.dir[DIR_Attr] = AM_ARC; /* Reset attribute */
ff.c:3788
dir[DIR_Attr] |= AM_ARC; /* Set archive bit */
ff.c:4780
dir[DIR_Attr] = buf[0] | AM_ARC;