Home
last modified time | relevance | path

Searched refs:fx_media_number_of_FATs (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_media_boot_info_extract.c180 media_ptr -> fx_media_number_of_FATs = ((UINT)boot_sector[FX_NUMBER_OF_FATS] & 0xFF); in _fx_media_boot_info_extract()
181 if (media_ptr -> fx_media_number_of_FATs == 0) in _fx_media_boot_info_extract()
Dfx_utility_FAT_map_flush.c135 FATs = media_ptr -> fx_media_number_of_FATs - 1; in _fx_utility_FAT_map_flush()
Dfx_media_open.c467 (media_ptr -> fx_media_number_of_FATs *
/FileX-v6.2.1/common/inc/
Dfx_api.h857 UINT fx_media_number_of_FATs; member