i80_controller sample
lv_fs_drv_t::dir_open_cb
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_fs_drv_t::dir_open_cb
lv_fs_drv_t::dir_open_cb field
Syntax
Show:
Summary
Declaration
from
lv_fs.h:81
void
*
(
*
dir_open_cb
)
(
lv_fs_drv_t
*
drv
,
const
char
*
path
)
;
Examples
References
from
examples
Code
Location
Referrer
void
*
(
*
dir_open_cb
)
(
lv_fs_drv_t
*
drv
,
const
char
*
path
)
;
lv_fs.h:81
if
(
drv
->
dir_open_cb
==
NULL
)
{
lv_fs.c:323
lv_fs_dir_open()
void
*
dir_d
=
drv
->
dir_open_cb
(
drv
,
resolved_path
.
real_path
)
;
lv_fs.c:329
lv_fs_dir_open()
Call Tree
from
examples
lv_fs_drv_t::dir_open_cb
is called by 1 function:
lv_fs_dir_open()
All items filtered out
lv_fs_drv_t::dir_open_cb
All items filtered out
Data Use
from
examples
lv_fs_drv_t::dir_open_cb
is read by 1 function:
All items filtered out
lv_fs_drv_t::dir_open_cb
lv_fs_dir_open()
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