FatFS
ff_wl_handles
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
ff_wl_handles
ff_wl_handles variable
Syntax
Show:
Summary
Declaration
from
diskio_wl.c:18
wl_handle_t
ff_wl_handles
[
FF_VOLUMES
]
=
{
[
0
...
FF_VOLUMES
-
1
]
=
WL_INVALID_HANDLE
}
;
Examples
References
from
examples
Code
Location
Referrer
wl_handle_t
ff_wl_handles
[
FF_VOLUMES
]
=
{
diskio_wl.c:18
wl_handle_t
wl_handle
=
ff_wl_handles
[
pdrv
]
;
diskio_wl.c:35
ff_wl_read()
wl_handle_t
wl_handle
=
ff_wl_handles
[
pdrv
]
;
diskio_wl.c:48
ff_wl_write()
wl_handle_t
wl_handle
=
ff_wl_handles
[
pdrv
]
;
diskio_wl.c:65
ff_wl_ioctl()
ff_wl_handles
[
pdrv
]
=
flash_handle
;
diskio_wl.c:96
ff_diskio_register_wl_partition()
if
(
flash_handle
==
ff_wl_handles
[
i
]
)
{
diskio_wl.c:104
ff_diskio_get_pdrv_wl()
if
(
flash_handle
==
ff_wl_handles
[
i
]
)
{
diskio_wl.c:114
ff_diskio_clear_pdrv_wl()
ff_wl_handles
[
i
]
=
WL_INVALID_HANDLE
;
diskio_wl.c:115
ff_diskio_clear_pdrv_wl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ff_wl_handles
is read by 6 functions:
All items filtered out
ff_wl_handles
ff_wl_read()
ff_wl_write()
ff_wl_ioctl()
ff_diskio_register_wl_partition()
ff_diskio_get_pdrv_wl()
ff_diskio_clear_pdrv_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