Lines Matching full:disable
32 / 0: Disable string functions.
39 / f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */
43 /* This option switches f_mkfs() function. (0:Disable or 1:Enable) */
47 /* This option switches fast seek function. (0:Disable or 1:Enable) */
51 /* This option switches f_expand function. (0:Disable or 1:Enable) */
56 / (0:Disable or 1:Enable) Also _FS_READONLY needs to be 0 to enable this option. */
61 / (0:Disable or 1:Enable) */
65 /* This option switches f_forward() function. (0:Disable or 1:Enable) */
114 / 0: Disable support of LFN. _MAX_LFN has no effect.
153 / 0: Disable relative path and remove related functions.
204 /* This option switches support of ATA-TRIM. (0:Disable or 1:Enable)
237 /* This option switches support of exFAT file system. (0:Disable or 1:Enable)
247 / any RTC function or valid timestamp is not needed, set _FS_NORTC = 1 to disable
261 / 0: Disable file lock function. To avoid volume corruption, application program
271 #define _FS_REENTRANT 0 /* 0:Disable or 1:Enable */
282 / 0: Disable re-entrancy. _FS_TIMEOUT and _SYNC_t have no effect.