i80_controller sample
resolved_path_t
is only used within i80_controller sample.
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
i80_controller sample
resolved_path_t
resolved_path_t struct
TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_fs.c:30
typedef
struct
{
char
drive_letter
;
const
char
*
real_path
;
}
resolved_path_t
;
Fields
Field
Declared as
resolved_path_t::drive_letter
char
resolved_path_t::real_path
const
char
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
lv_fs.c:30
}
resolved_path_t
;
lv_fs.c:33
resolved_path_t
static
resolved_path_t
lv_fs_resolve_path
(
const
char
*
path
)
;
lv_fs.c:38
lv_fs_resolve_path()
resolved_path_t
resolved_path
=
lv_fs_resolve_path
(
path
)
;
lv_fs.c:83
lv_fs_open()
resolved_path_t
resolved_path
=
lv_fs_resolve_path
(
path
)
;
lv_fs.c:309
lv_fs_dir_open()
static
resolved_path_t
lv_fs_resolve_path
(
const
char
*
path
)
lv_fs.c:509
lv_fs_resolve_path()
resolved_path_t
resolved
;
lv_fs.c:511
lv_fs_resolve_path()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
lv_fs_resolve_path()
lv_fs.c:38
return
lv_fs_resolve_path()
lv_fs.c:509
Lifecycle
from
examples
All items filtered out
All items filtered out