RDDEM is only used within FatFs.
 
Symbols
loading...
Files
loading...

RDDEM macro

Syntax

#define RDDEM 0x05

References

LocationText
ff.c:432
#define RDDEM 0x05 /* Replacement of the character collides with DDEM */
ff.c:2491
if (c == RDDEM) c = (TCHAR)DDEM; /* Restore replaced DDEM character */
ff.c:2523
if (c == RDDEM) c = (TCHAR)DDEM; /* Restore replaced DDEM character */
ff.c:2727
if (dp->fn[0] == DDEM) dp->fn[0] = RDDEM; /* If the first character collides with DDEM, replace it with RDDEM */
ff.c:2798
if (sfn[0] == DDEM) sfn[0] = RDDEM; /* If the first character collides with DDEM, replace it with RDDEM */