FatFS
vfs_fat_spiflash_ctx_t::wlhandle
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::wlhandle
vfs_fat_spiflash_ctx_t::wlhandle field
Syntax
Show:
Summary
Declaration
from
vfs_fat_internal.h:25
wl_handle_t
wlhandle
;
Examples
References
from
examples
Code
Location
Referrer
wl_handle_t
wlhandle
;
//WL handle
vfs_fat_internal.h:25
if
(
p_ctx
->
wlhandle
==
wlhandle
)
{
vfs_fat_spiflash.c:53
s_get_context_id_by_wl_handle()
ctx
->
wlhandle
=
*
wl_handle
;
vfs_fat_spiflash.c:183
esp_vfs_fat_spiflash_mount_rw_wl()
temp_handle
=
s_ctx
[
id
]
->
wlhandle
;
vfs_fat_spiflash.c:266
esp_vfs_fat_spiflash_format_cfg_rw_wl()
esp_vfs_fat_spiflash_unmount_rw_wl
(
base_path
,
s_ctx
[
id
]
->
wlhandle
)
;
vfs_fat_spiflash.c:304
esp_vfs_fat_spiflash_format_cfg_rw_wl()
ff_diskio_clear_pdrv_wl
(
s_ctx
[
id
]
->
wlhandle
)
;
vfs_fat_spiflash.c:310
esp_vfs_fat_spiflash_format_cfg_rw_wl()
wl_unmount
(
s_ctx
[
id
]
->
wlhandle
)
;
vfs_fat_spiflash.c:311
esp_vfs_fat_spiflash_format_cfg_rw_wl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_fat_spiflash_ctx_t::wlhandle
is written by 1 function and is read by 2 functions:
esp_vfs_fat_spiflash_mount_rw_wl()
All items filtered out
vfs_fat_spiflash_ctx_t::wlhandle
s_get_context_id_by_wl_handle()
esp_vfs_fat_spiflash_format_cfg_rw_wl()
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