Home
last modified time | relevance | path

Searched refs:FF_MIN_SS (Results 1 – 6 of 6) sorted by relevance

/third_party/FatFs/documents/res/
Dapp5.c19 #if FF_MAX_SS == FF_MIN_SS in test_contiguous_file()
Dapp6.c23 #if FF_MIN_SS != FF_MAX_SS in test_raw_speed()
Dapp4.c86 #if FF_MAX_SS != FF_MIN_SS in test_diskio()
/third_party/FatFs/source/
Dffconf.h247 #define FF_MIN_SS 512 macro
Dff.h165 #if (FF_MAX_SS == FF_MIN_SS)
224 #if FF_MAX_SS != FF_MIN_SS
Dff.c186FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…
2718 if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS) { /* Properness of sector size */ in check_fs()
2854 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */ in mount_volume()
2856 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR; in mount_volume()
5662 #if FF_MAX_SS != FF_MIN_SS
5664 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
6039 #if FF_MAX_SS != FF_MIN_SS
6041 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;