Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_media_boot_info_extract.c143 … media_ptr -> fx_media_total_sectors = _fx_utility_32_unsigned_read(&boot_sector[FX_HUGE_SECTORS]); in _fx_media_boot_info_extract()
Dfx_media_format.c369 _fx_utility_32_unsigned_write(&byte_ptr[FX_HUGE_SECTORS], 0); in _fx_media_format()
378 _fx_utility_32_unsigned_write(&byte_ptr[FX_HUGE_SECTORS], total_sectors); in _fx_media_format()
Dfx_partition_offset_calculate.c417 … total_sectors = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_HUGE_SECTORS]); in _fx_partition_offset_calculate_extended()
/FileX-v6.2.1/test/regression_test/
Dfilex_media_format_open_close_test.c525 _fx_utility_32_unsigned_write(&ram_disk_memory[FX_HUGE_SECTORS], 0); in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h627 #define FX_HUGE_SECTORS 0x020 macro