FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesfilexFX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid

FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid field

Syntax

UCHAR fx_cached_sector_valid;

References

LocationReferrerText
fx_api.h:856
UCHAR fx_cached_sector_valid;
fx_media_close.c:243_fx_media_close()
(media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE;
fx_media_flush.c:235_fx_media_flush()
(media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE;
fx_media_open.c:391_fx_media_open()
cache_entry_ptr -> fx_cached_sector_valid = FX_FALSE;
fx_media_open.c:654_fx_media_open()
(media_ptr -> fx_media_sector_cache_list_ptr) -> fx_cached_sector_valid = FX_FALSE;
fx_utility_logical_sector_cache_entry_read.c:115_fx_utility_logical_sector_cache_entry_read()
if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector))
fx_utility_logical_sector_cache_entry_read.c:130_fx_utility_logical_sector_cache_entry_read()
else if (((cache_entry + 1) -> fx_cached_sector_valid) && ((cache_entry + 1) -> fx_cached_sector == logical_sector))
fx_utility_logical_sector_cache_entry_read.c:148_fx_utility_logical_sector_cache_entry_read()
temp_storage.fx_cached_sector_valid = (cache_entry) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:154_fx_utility_logical_sector_cache_entry_read()
(cache_entry) -> fx_cached_sector_valid = (cache_entry + 1) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:160_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 1) -> fx_cached_sector_valid = temp_storage.fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:166_fx_utility_logical_sector_cache_entry_read()
else if (((cache_entry + 2) -> fx_cached_sector_valid) && ((cache_entry + 2) -> fx_cached_sector == logical_sector))
fx_utility_logical_sector_cache_entry_read.c:183_fx_utility_logical_sector_cache_entry_read()
temp_storage.fx_cached_sector_valid = (cache_entry) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:189_fx_utility_logical_sector_cache_entry_read()
(cache_entry) -> fx_cached_sector_valid = (cache_entry + 2) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:195_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 2) -> fx_cached_sector_valid = (cache_entry + 1) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:201_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 1) -> fx_cached_sector_valid = temp_storage.fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:207_fx_utility_logical_sector_cache_entry_read()
else if (((cache_entry + 3) -> fx_cached_sector_valid) && ((cache_entry + 3) -> fx_cached_sector == logical_sector))
fx_utility_logical_sector_cache_entry_read.c:224_fx_utility_logical_sector_cache_entry_read()
temp_storage.fx_cached_sector_valid = (cache_entry) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:230_fx_utility_logical_sector_cache_entry_read()
(cache_entry) -> fx_cached_sector_valid = (cache_entry + 3) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:236_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 3) -> fx_cached_sector_valid = (cache_entry + 2) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:242_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 2) -> fx_cached_sector_valid = (cache_entry + 1) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:248_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 1) -> fx_cached_sector_valid = temp_storage.fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:260_fx_utility_logical_sector_cache_entry_read()
temp_storage.fx_cached_sector_valid = (cache_entry + 3) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:266_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 3) -> fx_cached_sector_valid = (cache_entry + 2) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:272_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 2) -> fx_cached_sector_valid = (cache_entry + 1) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:278_fx_utility_logical_sector_cache_entry_read()
(cache_entry + 1) -> fx_cached_sector_valid = (cache_entry) -> fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:284_fx_utility_logical_sector_cache_entry_read()
(cache_entry) -> fx_cached_sector_valid = temp_storage.fx_cached_sector_valid;
fx_utility_logical_sector_cache_entry_read.c:304_fx_utility_logical_sector_cache_entry_read()
if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector))
fx_utility_logical_sector_flush.c:143_fx_utility_logical_sector_flush()
if ((cache_entry -> fx_cached_sector_valid) &&
fx_utility_logical_sector_flush.c:223_fx_utility_logical_sector_flush()
cache_entry -> fx_cached_sector_valid = FX_FALSE;
fx_utility_logical_sector_flush.c:345_fx_utility_logical_sector_flush()
if ((cache_entry -> fx_cached_sector_valid) &&
fx_utility_logical_sector_flush.c:425_fx_utility_logical_sector_flush()
cache_entry -> fx_cached_sector_valid = FX_FALSE;
fx_utility_logical_sector_flush.c:451_fx_utility_logical_sector_flush()
if (cache_entry -> fx_cached_sector_valid)
fx_utility_logical_sector_read.c:171_fx_utility_logical_sector_read()
if ((cache_entry -> fx_cached_sector_valid) &&
fx_utility_logical_sector_read.c:282_fx_utility_logical_sector_read()
cache_entry -> fx_cached_sector_valid = FX_TRUE;
fx_utility_logical_sector_read.c:330_fx_utility_logical_sector_read()
cache_entry -> fx_cached_sector_valid = FX_FALSE;
fx_utility_logical_sector_read.c:495_fx_utility_logical_sector_read()
if ((cache_entry -> fx_cached_sector_valid) &&
fx_utility_logical_sector_read.c:563_fx_utility_logical_sector_read()
cache_entry -> fx_cached_sector_valid = FX_TRUE;
fx_utility_logical_sector_write.c:149_fx_utility_logical_sector_write()
if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector))
fx_utility_logical_sector_write.c:169_fx_utility_logical_sector_write()
if ((cache_entry -> fx_cached_sector_valid) && (cache_entry -> fx_cached_sector == logical_sector))

Data Use

Functions writing FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid
Functions reading FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid
FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid
Type of FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid
FX_CACHED_SECTOR_STRUCT::fx_cached_sector_valid
all items filtered out