Home
last modified time | relevance | path

Searched refs:FX_16_BIT_FAT_SIZE (Results 1 – 3 of 3) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_media_format.c291 if (total_clusters >= FX_16_BIT_FAT_SIZE) in _fx_media_format()
336 if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()
394 if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()
402 if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()
485 if ((total_clusters >= FX_16_BIT_FAT_SIZE) && (bytes_per_sector == 512)) in _fx_media_format()
570 else if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()
Dfx_media_open.c499 else if (media_ptr -> fx_media_total_clusters < FX_16_BIT_FAT_SIZE)
/FileX-v6.2.1/common/inc/
Dfx_api.h469 #define FX_16_BIT_FAT_SIZE 65525 macro