FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesfilexFX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster

FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster field

Syntax

ULONG fx_fat_cache_entry_cluster;

References

LocationReferrerText
fx_api.h:774
ULONG fx_fat_cache_entry_cluster;
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()
media_ptr -> fx_media_fat_cache[i].fx_fat_cache_entry_cluster = 0;
fx_utility_FAT_entry_read.c:131_fx_utility_FAT_entry_read()
if ((cache_entry_ptr -> fx_fat_cache_entry_cluster) == cluster)
fx_utility_FAT_entry_read.c:142_fx_utility_FAT_entry_read()
else if (((cache_entry_ptr + 1) -> fx_fat_cache_entry_cluster) == cluster)
fx_utility_FAT_entry_read.c:156_fx_utility_FAT_entry_read()
else if (((cache_entry_ptr + 2) -> fx_fat_cache_entry_cluster) == cluster)
fx_utility_FAT_entry_read.c:171_fx_utility_FAT_entry_read()
else if (((cache_entry_ptr + 3) -> fx_fat_cache_entry_cluster) == cluster)
fx_utility_FAT_entry_read.c:439_fx_utility_FAT_entry_read()
cache_entry_ptr -> fx_fat_cache_entry_cluster = cluster;
fx_utility_FAT_entry_write.c:152_fx_utility_FAT_entry_write()
if (((cache_entry_ptr + i) -> fx_fat_cache_entry_cluster) == cluster)
fx_utility_FAT_entry_write.c:230_fx_utility_FAT_entry_write()
cache_entry_ptr -> fx_fat_cache_entry_cluster = cluster;
fx_utility_FAT_flush.c:115_fx_utility_FAT_flush()
cluster = media_ptr -> fx_media_fat_cache[index].fx_fat_cache_entry_cluster;
fx_utility_FAT_flush.c:161_fx_utility_FAT_flush()
cluster = (media_ptr -> fx_media_fat_cache[multi_sector_entry].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()
cluster = (media_ptr -> fx_media_fat_cache[i].fx_fat_cache_entry_cluster);

Data Use

Functions writing FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
Functions reading FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
Type of FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
FX_FAT_CACHE_ENTRY_STRUCT::fx_fat_cache_entry_cluster
all items filtered out