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

ExCvt variable

Syntax

static const BYTE ExCvt[] = _EXCVT;

References

LocationReferrerText
ff.c:593
static const BYTE ExCvt[] = _EXCVT; /* Upper conversion table for SBCS extended characters */
ff.c:2556get_achar()
if (chr >= 0x80) chr = ExCvt[chr - 0x80]; /* To upper SBCS extended char */
ff.c:2699create_name()
if (w) w = ExCvt[w - 0x80]; /* Convert extended character to upper (SBCS) */
ff.c:2777create_name()
c = ExCvt[c - 0x80]; /* To upper extended characters (SBCS cfg) */

Data Use

Functions reading ExCvt
ExCvt
all items filtered out
Type of ExCvt
ExCvt
all items filtered out