FatFS
RDDEM
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
RDDEM
RDDEM macro
Syntax
Show:
Summary
Declaration
from
ff.c:193
#define
RDDEM
0x05
Examples
References
from
examples
Code
Location
#define
RDDEM
0x05
/* Replacement of the character collides with DDEM */
ff.c:193
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