filex
FX_DIR_ENTRY_DONE
is only used within filex.
Symbol previews are coming soon...
Symbols
loading (1/3)...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
FX_DIR_ENTRY_DONE
FX_DIR_ENTRY_DONE macro
Syntax
Show:
Summary
Declaration
from
fx_api.h:462
#define
FX_DIR_ENTRY_DONE
0x00
Examples
References
from
examples
Code
Location
#define
FX_DIR_ENTRY_DONE
0x00
fx_api.h:462
if
(
search_entry
.
fx_dir_entry_name
[
0
]
==
FX_DIR_ENTRY_DONE
)
fx_directory_delete.c:332
(
(
UCHAR
)
entry_ptr
->
fx_dir_entry_name
[
0
]
==
(
UCHAR
)
FX_DIR_ENTRY_DONE
)
)
fx_directory_free_search.c:337
if
(
entry_ptr
->
fx_dir_entry_name
[
0
]
==
FX_DIR_ENTRY_DONE
)
fx_directory_free_search.c:346
else
if
(
(
UCHAR
)
entry
.
fx_dir_entry_name
[
0
]
!=
(
UCHAR
)
FX_DIR_ENTRY_DONE
)
fx_directory_next_entry_find.c:324
else
if
(
(
UCHAR
)
entry
.
fx_dir_entry_name
[
0
]
!=
(
UCHAR
)
FX_DIR_ENTRY_DONE
)
fx_directory_next_full_entry_find.c:363
if
(
(
UCHAR
)
entry_ptr
->
fx_dir_entry_name
[
0
]
==
(
UCHAR
)
FX_DIR_ENTRY_DONE
)
fx_directory_search.c:659
if
(
dir_entry_ptr
->
fx_dir_entry_name
[
0
]
==
(
CHAR
)
FX_DIR_ENTRY_DONE
)
fx_media_check.c:469
else
if
(
dir_entry1
.
fx_dir_entry_name
[
0
]
==
FX_DIR_ENTRY_DONE
)
fx_media_volume_set.c:433
if
(
(
UCHAR
)
entry_ptr
->
fx_dir_entry_name
[
0
]
==
(
UCHAR
)
FX_DIR_ENTRY_DONE
)
fx_unicode_directory_search.c:291
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