filex
FX_PATH_STRUCT::fx_path_name_buffer
is only used within filex.
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
STM32 Libraries and Samples
filex
FX_PATH_STRUCT::fx_path_name_buffer
FX_PATH_STRUCT::fx_path_name_buffer field
Syntax
Show:
Summary
Declaration
from
fx_api.h:830
CHAR
fx_path_name_buffer
[
FX_MAX_LONG_NAME_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
CHAR
fx_path_name_buffer
[
FX_MAX_LONG_NAME_LEN
]
;
fx_api.h:830
path_ptr
->
fx_path_name_buffer
[
i
]
=
dir_entry
.
fx_dir_entry_name
[
i
]
;
fx_directory_default_set.c:260
_fx_directory_default_set()
path_ptr
->
fx_path_directory
.
fx_dir_entry_name
=
path_ptr
->
fx_path_name_buffer
;
fx_directory_default_set.c:264
_fx_directory_default_set()
path_ptr
->
fx_path_name_buffer
[
0
]
=
(
CHAR
)
0
;
fx_directory_default_set.c:431
_fx_directory_default_set()
path_ptr
->
fx_path_name_buffer
[
i
]
=
dir_entry
.
fx_dir_entry_name
[
i
]
;
fx_directory_default_set.c:440
_fx_directory_default_set()
path_ptr
->
fx_path_directory
.
fx_dir_entry_name
=
path_ptr
->
fx_path_name_buffer
;
fx_directory_default_set.c:444
_fx_directory_default_set()
local_path_ptr
->
fx_path_directory
.
fx_dir_entry_name
=
local_path_ptr
->
fx_path_name_buffer
;
fx_directory_local_path_set.c:108
_fx_directory_local_path_set()
local_path_ptr
->
fx_path_directory
.
fx_dir_entry_name
=
local_path_ptr
->
fx_path_name_buffer
;
fx_directory_local_path_set.c:282
_fx_directory_local_path_set()
local_path_ptr
->
fx_path_name_buffer
[
0
]
=
(
CHAR
)
0
;
fx_directory_local_path_set.c:423
_fx_directory_local_path_set()
local_path_ptr
->
fx_path_directory
.
fx_dir_entry_name
=
local_path_ptr
->
fx_path_name_buffer
;
fx_directory_local_path_set.c:430
_fx_directory_local_path_set()
media_ptr
->
fx_media_default_path
.
fx_path_name_buffer
;
fx_media_open.c:963
_fx_media_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FX_PATH_STRUCT::fx_path_name_buffer
is read by 3 functions:
All items filtered out
FX_PATH_STRUCT::fx_path_name_buffer
_fx_directory_default_set()
_fx_directory_local_path_set()
_fx_media_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