FatFS
s_get_context_id_by_label()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
s_get_context_id_by_label()
s_get_context_id_by_label() function
Syntax
Show:
Summary
Declaration
from
vfs_fat_spiflash.c:28
static
bool
s_get_context_id_by_label
(
const
char
*
label
,
uint32_t
*
out_id
)
;
Arguments
Argument
label
out_id
Examples
References
from
examples
Code
Location
Referrer
static
bool
s_get_context_id_by_label
(
const
char
*
label
,
uint32_t
*
out_id
)
vfs_fat_spiflash.c:28
bool
found
=
s_get_context_id_by_label
(
partition_label
,
&
id
)
;
vfs_fat_spiflash.c:240
esp_vfs_fat_spiflash_format_cfg_rw_wl()
found
=
s_get_context_id_by_label
(
partition_label
,
&
id
)
;
vfs_fat_spiflash.c:253
esp_vfs_fat_spiflash_format_cfg_rw_wl()
Call Tree
from
examples
s_get_context_id_by_label()
is called by 1 function:
esp_vfs_fat_spiflash_format_cfg_rw_wl()
All items filtered out
s_get_context_id_by_label()
All items filtered out
Data Use
from
examples
s_get_context_id_by_label()
reads 4 variables:
esp_partition_t::label
vfs_fat_spiflash_ctx_t::partition
vfs_fat_spiflash_ctx_t::by_label
s_ctx
All items filtered out
s_get_context_id_by_label()
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