filex
FX_MAX_SHORT_NAME_LEN
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_MAX_SHORT_NAME_LEN
FX_MAX_SHORT_NAME_LEN macro
Syntax
Show:
Summary
Declaration
from
fx_api.h:383
#define
FX_MAX_SHORT_NAME_LEN
13
Examples
References
from
examples
Code
Location
#define
FX_MAX_SHORT_NAME_LEN
13
/* Only allowed value is 13. */
fx_api.h:383
CHAR
fx_dir_entry_short_name
[
FX_MAX_SHORT_NAME_LEN
]
;
/* Short file name, if LFN is present */
fx_api.h:787
return
(
_fx_directory_short_name_get_extended
(
media_ptr
,
long_file_name
,
short_file_name
,
FX_MAX_SHORT_NAME_LEN
)
)
;
fx_directory_short_name_get.c:83
while
(
(
i
<
(
FX_MAX_SHORT_NAME_LEN
-
1
)
)
&&
(
dir_entry
.
fx_dir_entry_short_name
[
i
]
)
&&
(
i
<
(
short_file_name_length
-
1
)
)
)
fx_directory_short_name_get_extended.c:116
while
(
(
i
<
(
FX_MAX_SHORT_NAME_LEN
-
1
)
)
&&
(
dir_entry
.
fx_dir_entry_name
[
i
]
)
&&
(
i
<
(
short_file_name_length
-
1
)
)
)
fx_directory_short_name_get_extended.c:142
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
Lifecycle
from
examples
All items filtered out
All items filtered out