Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dffconf.h215 #define FF_MIN_SS MIN(FF_SS_SDCARD, FF_SS_WL) macro
Dff.h132 #if FF_MAX_SS != FF_MIN_SS
Dff.c234FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…
237 #if FF_MAX_SS == FF_MIN_SS
3265 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */
3267 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;
5568 #if FF_MAX_SS != FF_MIN_SS /* Get sector size of the medium if variable sector size cfg. */
5570 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;