Home
last modified time | relevance | path

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

/fatfs-latest/include/
Dffconf.h196 #define FF_MIN_SS 512 macro
Dff.h143 #if FF_MAX_SS != FF_MIN_SS
/fatfs-latest/
Dff.c260FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…
263 #if FF_MAX_SS == FF_MIN_SS
3265 if (hlen < 92 || hlen > FF_MIN_SS) return 0;
3330 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …
3451 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */
3453 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;
5781 #if FF_MAX_SS != FF_MIN_SS
5783 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
5941 #if FF_MAX_SS != FF_MIN_SS
5943 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;