filex
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_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_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster field
Syntax
Show:
Summary
Declaration
from
fx_api.h:774
ULONG
fx_fat_cache_entry_cluster
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
fx_fat_cache_entry_cluster
;
fx_api.h:774
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_cluster
=
0
;
fx_media_cache_invalidate.c:113
_fx_media_cache_invalidate()
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_cluster
=
0
;
fx_media_open.c:448
_fx_media_open()
if
(
(
cache_entry_ptr
->
fx_fat_cache_entry_cluster
)
==
cluster
)
fx_utility_FAT_entry_read.c:131
_fx_utility_FAT_entry_read()
else
if
(
(
(
cache_entry_ptr
+
1
)
->
fx_fat_cache_entry_cluster
)
==
cluster
)
fx_utility_FAT_entry_read.c:142
_fx_utility_FAT_entry_read()
else
if
(
(
(
cache_entry_ptr
+
2
)
->
fx_fat_cache_entry_cluster
)
==
cluster
)
fx_utility_FAT_entry_read.c:156
_fx_utility_FAT_entry_read()
else
if
(
(
(
cache_entry_ptr
+
3
)
->
fx_fat_cache_entry_cluster
)
==
cluster
)
fx_utility_FAT_entry_read.c:171
_fx_utility_FAT_entry_read()
cache_entry_ptr
->
fx_fat_cache_entry_cluster
=
cluster
;
fx_utility_FAT_entry_read.c:439
_fx_utility_FAT_entry_read()
if
(
(
(
cache_entry_ptr
+
i
)
->
fx_fat_cache_entry_cluster
)
==
cluster
)
fx_utility_FAT_entry_write.c:152
_fx_utility_FAT_entry_write()
cache_entry_ptr
->
fx_fat_cache_entry_cluster
=
cluster
;
fx_utility_FAT_entry_write.c:230
_fx_utility_FAT_entry_write()
cluster
=
media_ptr
->
fx_media_fat_cache
[
index
]
.
fx_fat_cache_entry_cluster
;
fx_utility_FAT_flush.c:115
_fx_utility_FAT_flush()
cluster
=
(
media_ptr
->
fx_media_fat_cache
[
multi_sector_entry
]
.
fx_fat_cache_entry_cluster
)
;
fx_utility_FAT_flush.c:161
_fx_utility_FAT_flush()
cluster
=
(
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_cluster
)
;
fx_utility_FAT_flush.c:197
_fx_utility_FAT_flush()
cluster
=
(
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_cluster
)
;
fx_utility_FAT_flush.c:378
_fx_utility_FAT_flush()
cluster
=
(
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_cluster
)
;
fx_utility_FAT_flush.c:477
_fx_utility_FAT_flush()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
is written by 4 functions and is read by 3 functions:
_fx_media_cache_invalidate()
_fx_media_open()
_fx_utility_FAT_entry_read()
_fx_utility_FAT_entry_write()
All items filtered out
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
_fx_utility_FAT_entry_read()
_fx_utility_FAT_entry_write()
_fx_utility_FAT_flush()
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