filex
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_value
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_value
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_value field
Syntax
Show:
Summary
Declaration
from
fx_api.h:775
ULONG
fx_fat_cache_entry_value
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
fx_fat_cache_entry_value
;
fx_api.h:775
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_value
=
0
;
fx_media_cache_invalidate.c:114
_fx_media_cache_invalidate()
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_value
=
0
;
fx_media_open.c:449
_fx_media_open()
*
entry_ptr
=
cache_entry_ptr
->
fx_fat_cache_entry_value
;
fx_utility_FAT_entry_read.c:135
_fx_utility_FAT_entry_read()
*
entry_ptr
=
(
cache_entry_ptr
+
1
)
->
fx_fat_cache_entry_value
;
fx_utility_FAT_entry_read.c:146
_fx_utility_FAT_entry_read()
*
entry_ptr
=
(
cache_entry_ptr
+
2
)
->
fx_fat_cache_entry_value
;
fx_utility_FAT_entry_read.c:160
_fx_utility_FAT_entry_read()
*
entry_ptr
=
(
cache_entry_ptr
+
3
)
->
fx_fat_cache_entry_value
;
fx_utility_FAT_entry_read.c:175
_fx_utility_FAT_entry_read()
cache_entry_ptr
->
fx_fat_cache_entry_value
=
*
entry_ptr
;
fx_utility_FAT_entry_read.c:440
_fx_utility_FAT_entry_read()
(
cache_entry_ptr
+
i
)
->
fx_fat_cache_entry_value
=
next_cluster
;
fx_utility_FAT_entry_write.c:157
_fx_utility_FAT_entry_write()
cache_entry_ptr
->
fx_fat_cache_entry_value
=
next_cluster
;
fx_utility_FAT_entry_write.c:231
_fx_utility_FAT_entry_write()
next_cluster
=
media_ptr
->
fx_media_fat_cache
[
multi_sector_entry
]
.
fx_fat_cache_entry_value
;
fx_utility_FAT_flush.c:162
_fx_utility_FAT_flush()
next_cluster
=
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_value
;
fx_utility_FAT_flush.c:215
_fx_utility_FAT_flush()
next_cluster
=
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_value
;
fx_utility_FAT_flush.c:404
_fx_utility_FAT_flush()
next_cluster
=
media_ptr
->
fx_media_fat_cache
[
i
]
.
fx_fat_cache_entry_value
;
fx_utility_FAT_flush.c:503
_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_value
is written by 4 functions and is read by 2 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_value
_fx_utility_FAT_entry_read()
_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