FatFS
DIR_Attr
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
DIR_Attr
DIR_Attr macro
Syntax
Show:
Summary
Declaration
from
ff.c:155
#define
DIR_Attr
11
Examples
References
from
examples
Code
Location
#define
DIR_Attr
11
/* Attribute (BYTE) */
ff.c:155
dp
->
obj
.
attr
=
attr
=
dp
->
dir
[
DIR_Attr
]
&
AM_MASK
;
/* Get attribute */
ff.c:2347
dp
->
obj
.
attr
=
a
=
dp
->
dir
[
DIR_Attr
]
&
AM_MASK
;
ff.c:2432
dp
->
obj
.
attr
=
dp
->
dir
[
DIR_Attr
]
&
AM_MASK
;
ff.c:2453
if
(
!
(
dp
->
dir
[
DIR_Attr
]
&
AM_VOL
)
&&
!
memcmp
(
dp
->
dir
,
dp
->
fn
,
11
)
)
break
;
/* Is it a valid entry? */
ff.c:2454
fno
->
fattrib
=
dp
->
dir
[
DIR_Attr
]
&
AM_MASK
;
/* Attribute */
ff.c:2749
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
fs
->
win
[
DIR_Attr
]
=
AM_DIR
;
ff.c:5132
dj
.
dir
[
DIR_Attr
]
=
AM_DIR
;
/* Attribute */
ff.c:5158
dir
[
DIR_Attr
]
=
buf
[
DIR_Attr
]
;
ff.c:5245
if
(
!
(
dir
[
DIR_Attr
]
&
AM_DIR
)
)
dir
[
DIR_Attr
]
|=
AM_ARC
;
/* Set archive attribute if it is a file */
ff.c:5246
if
(
(
dir
[
DIR_Attr
]
&
AM_DIR
)
&&
djo
.
obj
.
sclust
!=
djn
.
obj
.
sclust
)
{
/* Update .. entry in the sub-directory if needed */
ff.c:5248
dj
.
dir
[
DIR_Attr
]
=
(
attr
&
mask
)
|
(
dj
.
dir
[
DIR_Attr
]
&
(
BYTE
)
~
mask
)
;
/* Apply attribute change */
ff.c:5318
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