FatFS
AM_VOL
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_VOL
AM_VOL macro
Syntax
Show:
Summary
Declaration
from
ff.c:68
#define
AM_VOL
0x08
Examples
References
from
examples
Code
Location
#define
AM_VOL
0x08
/* Volume label */
ff.c:68
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
if
(
c
==
DDEM
||
(
(
a
&
AM_VOL
)
&&
a
!=
AM_LFN
)
)
{
/* An entry without valid data */
ff.c:2433
if
(
!
(
dp
->
dir
[
DIR_Attr
]
&
AM_VOL
)
&&
!
memcmp
(
dp
->
dir
,
dp
->
fn
,
11
)
)
break
;
/* Is it a valid entry? */
ff.c:2454
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