i80_controller sample
lv_fs_path_ex_t::path
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_path_ex_t::path
lv_fs_path_ex_t::path field
This is needed to make it compatible with a normal path
Syntax
Show:
Summary
Declaration
from
lv_fs_private.h:36
char
path
[
4
]
;
Examples
References
from
examples
Code
Location
Referrer
char
path
[
4
]
;
/**< This is needed to make it compatible with a normal path */
lv_fs_private.h:36
path
->
path
[
0
]
=
letter
;
lv_fs.c:147
lv_fs_make_path_from_buffer()
path
->
path
[
1
]
=
':'
;
lv_fs.c:148
lv_fs_make_path_from_buffer()
path
->
path
[
2
]
=
0
;
lv_fs.c:149
lv_fs_make_path_from_buffer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_fs_path_ex_t::path
is read by 1 function:
All items filtered out
lv_fs_path_ex_t::path
lv_fs_make_path_from_buffer()
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