FatFS
CODEPAGE
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
CODEPAGE
CODEPAGE macro
Syntax
Show:
Summary
Declaration
from
ff.c:599
#define
CODEPAGE
FF_CODE_PAGE
Examples
References
from
examples
Code
Location
#define
CODEPAGE
FF_CODE_PAGE
ff.c:599
wc
=
ff_oem2uni
(
wc
,
CODEPAGE
)
;
/* ANSI/OEM ==> Unicode */
ff.c:797
wc
=
ff_uni2oem
(
chr
,
CODEPAGE
)
;
ff.c:879
wc
=
ff_uni2oem
(
wc
,
CODEPAGE
)
;
/* Unicode ==> ANSI/OEM code */
ff.c:2942
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