FatFS
vfs_fat_spiflash_ctx_t::partition
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
vfs_fat_spiflash_ctx_t::partition
vfs_fat_spiflash_ctx_t::partition field
Syntax
Show:
Summary
Declaration
from
vfs_fat_internal.h:21
const
esp_partition_t
*
partition
;
Examples
References
from
examples
Code
Location
Referrer
const
esp_partition_t
*
partition
;
//The partition where the FAT is located
vfs_fat_internal.h:21
if
(
label
&&
p_ctx
->
by_label
&&
strncmp
(
label
,
p_ctx
->
partition
->
label
,
20
)
==
0
)
{
vfs_fat_spiflash.c:38
s_get_context_id_by_label()
ctx
->
partition
=
data_partition
;
vfs_fat_spiflash.c:179
esp_vfs_fat_spiflash_mount_rw_wl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_fat_spiflash_ctx_t::partition
is written by 1 function and is read by 1 function:
esp_vfs_fat_spiflash_mount_rw_wl()
All items filtered out
vfs_fat_spiflash_ctx_t::partition
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