FatFS
DDEM
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
DDEM
DDEM macro
Syntax
Show:
Summary
Declaration
from
ff.c:192
#define
DDEM
0xE5
Examples
References
from
examples
Code
Location
#define
DDEM
0xE5
/* Deleted directory entry mark set to DIR_Name[0] */
ff.c:192
if
(
dp
->
dir
[
DIR_Name
]
==
DDEM
||
dp
->
dir
[
DIR_Name
]
==
0
)
{
/* Is the entry free? */
ff.c:1830
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
dp
->
dir
[
DIR_Name
]
=
DDEM
;
/* Mark the entry 'deleted'. */
ff.c:2593
dp
->
dir
[
DIR_Name
]
=
DDEM
;
/* Mark the entry 'deleted'.*/
ff.c:2605
if
(
wc
==
RDDEM
)
wc
=
DDEM
;
/* Restore replaced DDEM character */
ff.c:2701
if
(
c
==
RDDEM
)
c
=
DDEM
;
/* Restore replaced DDEM character */
ff.c:2742
if
(
dp
->
fn
[
0
]
==
DDEM
)
dp
->
fn
[
0
]
=
RDDEM
;
/* If the first character collides with DDEM, replace it with RDDEM */
ff.c:2970
if
(
sfn
[
0
]
==
DDEM
)
sfn
[
0
]
=
RDDEM
;
/* If the first character collides with DDEM, replace it with RDDEM */
ff.c:3042
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