filex
FX_FREE_CLUSTER
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_FREE_CLUSTER
FX_FREE_CLUSTER macro
Syntax
Show:
Summary
Declaration
from
fx_api.h:475
#define
FX_FREE_CLUSTER
0x0000
Examples
References
from
examples
Code
Location
#define
FX_FREE_CLUSTER
0x0000
fx_api.h:475
if
(
FAT_value
==
FX_FREE_CLUSTER
)
fx_directory_create.c:351
status
=
_fx_utility_FAT_entry_write
(
media_ptr
,
cluster
,
FX_FREE_CLUSTER
)
;
fx_directory_delete.c:507
if
(
FAT_value
==
FX_FREE_CLUSTER
)
fx_directory_free_search.c:482
status
=
_fx_utility_FAT_entry_write
(
media_ptr
,
cluster
,
FX_FREE_CLUSTER
)
;
fx_file_delete.c:406
if
(
FAT_value
!=
FX_FREE_CLUSTER
)
fx_file_extended_allocate.c:365
if
(
FAT_value
!=
FX_FREE_CLUSTER
)
fx_file_extended_best_effort_allocate.c:374
status
=
_fx_utility_FAT_entry_write
(
media_ptr
,
cluster
,
FX_FREE_CLUSTER
)
;
fx_file_extended_truncate_release.c:646
if
(
FAT_value
==
FX_FREE_CLUSTER
)
fx_file_write.c:808
if
(
(
(
next_cluster
>
(
ULONG
)
FX_FREE_CLUSTER
)
&&
(
next_cluster
<
media_ptr
->
fx_media_fat_reserved
)
)
||
fx_media_check_lost_cluster_check.c:133
status
=
_fx_utility_FAT_entry_write
(
media_ptr
,
cluster
,
FX_FREE_CLUSTER
)
;
fx_media_check_lost_cluster_check.c:147
if
(
FAT_entry
==
FX_FREE_CLUSTER
)
fx_media_open.c:785
if
(
FAT_entry
==
FX_FREE_CLUSTER
)
fx_media_open.c:909
if
(
(
media_ptr
->
fx_media_driver_free_sector_update
)
&&
(
next_cluster
==
FX_FREE_CLUSTER
)
)
fx_utility_FAT_entry_write.c:162
if
(
(
media_ptr
->
fx_media_driver_free_sector_update
)
&&
(
next_cluster
==
FX_FREE_CLUSTER
)
)
fx_utility_FAT_entry_write.c:235
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