FatFS
dbc_2nd()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
dbc_2nd()
dbc_2nd() function
Syntax
Show:
Summary
Declaration
from
ff.c:716
static
int
dbc_2nd
(
BYTE
c
)
;
Arguments
Argument
c
Examples
References
from
examples
Code
Location
Referrer
static
int
dbc_2nd
(
BYTE
c
)
ff.c:716
if
(
!
dbc_2nd
(
b
)
)
return
0xFFFFFFFF
;
/* Invalid code? */
ff.c:793
tchar2uni()
if
(
!
dbc_2nd
(
d
)
||
i
>=
ni
-
1
)
return
FR_INVALID_NAME
;
/* Reject invalid DBC */
ff.c:3030
create_name()
Call Tree
from
examples
dbc_2nd()
is called by 2 functions:
tchar2uni()
create_name()
All items filtered out
dbc_2nd()
All items filtered out
Data Use
from
examples
dbc_2nd()
:
All items filtered out
dbc_2nd()
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