Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp5.c19 #if FF_MAX_SS == FF_MIN_SS in test_contiguous_file()
Dapp4.c86 #if FF_MAX_SS != FF_MIN_SS in test_diskio()
/third_party/FatFs/source/
Dffconf.h255 #define FF_MIN_SS 512 macro
Dff.h166 #if (FF_MAX_SS == FF_MIN_SS)
225 #if FF_MAX_SS != FF_MIN_SS
Dff.c184FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…
2693 if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS) { /* Properness of sector size */ in check_fs()
2828 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */ in mount_volume()
2830 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR; in mount_volume()
5629 #if FF_MAX_SS != FF_MIN_SS
5631 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
6005 #if FF_MAX_SS != FF_MIN_SS
6007 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;