Home
last modified time | relevance | path

Searched refs:FX_SECTORS (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_media_boot_info_extract.c140 …media_ptr -> fx_media_total_sectors = _fx_utility_16_unsigned_read(&boot_sector[FX_SECTORS]); in _fx_media_boot_info_extract()
Dfx_media_format.c366 _fx_utility_16_unsigned_write(&byte_ptr[FX_SECTORS], (UINT)(total_sectors)); in _fx_media_format()
375 _fx_utility_16_unsigned_write(&byte_ptr[FX_SECTORS], (UINT)0); in _fx_media_format()
Dfx_partition_offset_calculate.c411 total_sectors = _fx_utility_16_unsigned_read(&partition_sector_ptr[FX_SECTORS]); in _fx_partition_offset_calculate_extended()
/FileX-v6.2.1/test/regression_test/
Dfilex_media_format_open_close_test.c524 _fx_utility_16_unsigned_write(&ram_disk_memory[FX_SECTORS], 0); in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h621 #define FX_SECTORS 0x013 macro