FX_MEDIA_STRUCT::fx_media_sectors_per_FAT is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesfilexFX_MEDIA_STRUCT::fx_media_sectors_per_FAT

FX_MEDIA_STRUCT::fx_media_sectors_per_FAT field

Syntax

UINT fx_media_sectors_per_FAT;

References

LocationReferrerText
fx_api.h:975
UINT fx_media_sectors_per_FAT;
fx_directory_delete.c:563_fx_directory_delete()
status = _fx_utility_logical_sector_flush(media_ptr, ((ULONG64) 1), (ULONG64)(media_ptr -> fx_media_sectors_per_FAT), FX_FALSE);
fx_file_extended_allocate.c:838_fx_file_extended_allocate()
status = _fx_utility_logical_sector_flush(media_ptr, ((ULONG64) 1), (ULONG64)(media_ptr -> fx_media_sectors_per_FAT), FX_FALSE);
fx_file_extended_best_effort_allocate.c:892_fx_file_extended_best_effort_allocate()
status = _fx_utility_logical_sector_flush(media_ptr, ((ULONG64) 1), (ULONG64) (media_ptr -> fx_media_sectors_per_FAT), FX_FALSE);
fx_media_boot_info_extract.c:294_fx_media_boot_info_extract()
media_ptr -> fx_media_sectors_per_FAT = _fx_utility_16_unsigned_read(&boot_sector[FX_SECTORS_PER_FAT]);
fx_media_boot_info_extract.c:295_fx_media_boot_info_extract()
if (media_ptr -> fx_media_sectors_per_FAT == 0)
fx_media_boot_info_extract.c:297_fx_media_boot_info_extract()
media_ptr -> fx_media_sectors_per_FAT = _fx_utility_32_unsigned_read(&boot_sector[FX_SECTORS_PER_FAT_32]);
fx_media_boot_info_extract.c:300_fx_media_boot_info_extract()
if (media_ptr -> fx_media_sectors_per_FAT == 0)
fx_media_open.c:470_fx_media_open()
media_ptr -> fx_media_sectors_per_FAT);
fx_media_open.c:823_fx_media_open()
for (i = 0; i < media_ptr -> fx_media_sectors_per_FAT; i = i + media_ptr -> fx_media_sector_cache_size)
fx_media_open.c:830_fx_media_open()
FAT_read_sectors = media_ptr -> fx_media_sectors_per_FAT - i;
fx_media_open.c:934_fx_media_open()
i = media_ptr -> fx_media_sectors_per_FAT;
fx_utility_FAT_flush.c:299_fx_utility_FAT_flush()
if (media_ptr -> fx_media_sectors_per_FAT % (FX_FAT_MAP_SIZE << 3) == 0)
fx_utility_FAT_flush.c:301_fx_utility_FAT_flush()
sectors_per_bit = (UCHAR)((UINT)media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3));
fx_utility_FAT_flush.c:305_fx_utility_FAT_flush()
sectors_per_bit = (UCHAR)((UINT)media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3) + 1);
fx_utility_FAT_flush.c:426_fx_utility_FAT_flush()
if (media_ptr -> fx_media_sectors_per_FAT % (FX_FAT_MAP_SIZE << 3) == 0)
fx_utility_FAT_flush.c:428_fx_utility_FAT_flush()
sectors_per_bit = (UCHAR)(media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3));
fx_utility_FAT_flush.c:432_fx_utility_FAT_flush()
sectors_per_bit = (UCHAR)((media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3)) + 1);
fx_utility_FAT_flush.c:532_fx_utility_FAT_flush()
if (media_ptr -> fx_media_sectors_per_FAT % (FX_FAT_MAP_SIZE << 3) == 0)
fx_utility_FAT_flush.c:534_fx_utility_FAT_flush()
sectors_per_bit = (UCHAR)(media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3));
fx_utility_FAT_flush.c:538_fx_utility_FAT_flush()
sectors_per_bit = (UCHAR)((media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3)) + 1);
fx_utility_FAT_map_flush.c:89_fx_utility_FAT_map_flush()
if (media_ptr -> fx_media_sectors_per_FAT % (FX_FAT_MAP_SIZE << 3) == 0)
fx_utility_FAT_map_flush.c:91_fx_utility_FAT_map_flush()
sectors_per_bit = (UCHAR)(media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3));
fx_utility_FAT_map_flush.c:95_fx_utility_FAT_map_flush()
sectors_per_bit = (UCHAR)(media_ptr -> fx_media_sectors_per_FAT / (FX_FAT_MAP_SIZE << 3) + 1);
fx_utility_FAT_map_flush.c:115_fx_utility_FAT_map_flush()
if (last_sector > (media_ptr -> fx_media_sectors_per_FAT + media_ptr -> fx_media_reserved_sectors))
fx_utility_FAT_map_flush.c:117_fx_utility_FAT_map_flush()
last_sector = media_ptr -> fx_media_sectors_per_FAT + media_ptr -> fx_media_reserved_sectors;
fx_utility_FAT_map_flush.c:144_fx_utility_FAT_map_flush()
((ULONG64) FAT_sector) + ((ULONG64)FATs * (ULONG64)(media_ptr -> fx_media_sectors_per_FAT)),

Data Use

Functions writing FX_MEDIA_STRUCT::fx_media_sectors_per_FAT
Functions reading FX_MEDIA_STRUCT::fx_media_sectors_per_FAT
all items filtered out
FX_MEDIA_STRUCT::fx_media_sectors_per_FAT
Type of FX_MEDIA_STRUCT::fx_media_sectors_per_FAT
FX_MEDIA_STRUCT::fx_media_sectors_per_FAT
all items filtered out