FatFS
get_ldnumber()
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
get_ldnumber()
get_ldnumber() function
Syntax
Show:
Summary
Declaration
from
ff.c:3143
static
int
get_ldnumber
(
const
TCHAR
*
*
path
)
;
Arguments
Argument
path
Examples
References
from
examples
Code
Location
Referrer
static
int
get_ldnumber
(
/* Returns logical drive number (-1:invalid drive number or null pointer) */
ff.c:3143
vol
=
get_ldnumber
(
path
)
;
ff.c:3407
mount_volume()
vol
=
get_ldnumber
(
&
rp
)
;
ff.c:3679
f_mount()
get_ldnumber
(
&
path_new
)
;
/* Snip the drive number of new name off */
ff.c:5194
f_rename()
vol
=
get_ldnumber
(
&
path
)
;
/* Get target logical drive */
ff.c:5948
f_mkfs()
Call Tree
from
examples
get_ldnumber()
is called by 4 functions:
mount_volume()
f_mount()
f_rename()
f_mkfs()
All items filtered out
get_ldnumber()
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