FatFS
VolToPart
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
VolToPart
VolToPart variable
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:119
extern
const
PARTITION
VolToPart
[
]
;
Implemented in
diskio.c:22
Examples
References
from
examples
Code
Location
Referrer
const
PARTITION
VolToPart
[
FF_VOLUMES
]
=
{
diskio.c:22
extern
const
PARTITION
VolToPart
[
]
;
/* Volume - Partition mapping table */
ff.h:119
fmt
=
find_volume
(
fs
,
LD2PT
(
vol
)
)
;
ff.c:3450
mount_volume()
fs
->
pdrv
=
LD2PD
(
vol
)
;
/* Volume hosting physical drive */
ff.c:3699
f_mount()
pdrv
=
LD2PD
(
vol
)
;
/* Hosting physical drive */
ff.c:5951
f_mkfs()
ipart
=
LD2PT
(
vol
)
;
/* Hosting partition (0:create as new, 1..:existing partition) */
ff.c:5952
f_mkfs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
VolToPart
is read by 3 functions:
All items filtered out
VolToPart
mount_volume()
f_mount()
f_mkfs()
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