FatFS
AM_ARC
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
AM_ARC
AM_ARC macro
Syntax
Show:
Summary
Declaration
from
ff.h:430
#define
AM_ARC
0x20
Examples
References
from
examples
Code
Location
#define
AM_ARC
0x20
/* Archive */
ff.h:430
if
(
b
==
DDEM
||
b
==
'.'
||
(
int
)
(
(
attr
&
~
AM_ARC
)
==
AM_VOL
)
!=
vol
)
{
/* An entry without valid data */
ff.c:2349
if
(
b
!=
DDEM
&&
b
!=
'.'
&&
attr
!=
AM_LFN
&&
(
int
)
(
(
attr
&
~
AM_ARC
)
==
AM_VOL
)
==
vol
)
{
/* Is it a valid entry? */
ff.c:2368
dj
.
dir
[
DIR_Attr
]
=
AM_ARC
;
/* Reset attribute */
ff.c:3811
dir
[
DIR_Attr
]
|=
AM_ARC
;
/* Set archive attribute to indicate that the file has been changed */
ff.c:4228
if
(
!
(
dir
[
DIR_Attr
]
&
AM_DIR
)
)
dir
[
DIR_Attr
]
|=
AM_ARC
;
/* Set archive attribute if it is a file */
ff.c:5246
mask
&=
AM_RDO
|
AM_HID
|
AM_SYS
|
AM_ARC
;
/* Valid attribute mask */
ff.c:5310
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out