Lines Matching full:enable
33 / 1: Enable without LF-CRLF conversion.
34 / 2: Enable with LF-CRLF conversion. */
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) */
115 / 1: Enable LFN with static working buffer on the BSS. Always NOT thread-safe.
116 / 2: Enable LFN with dynamic working buffer on the STACK.
117 / 3: Enable LFN with dynamic working buffer on the HEAP.
119 / To enable the LFN, Unicode handling functions (option/unicode.c) must be added
134 / To use Unicode string for the path name, enable LFN and set _LFN_UNICODE = 1.
154 / 1: Enable relative path. f_chdir() and f_chdrive() are available.
204 /* This option switches support of ATA-TRIM. (0:Disable or 1:Enable)
205 / To enable Trim function, also CTRL_TRIM command should be implemented to the
237 /* This option switches support of exFAT file system. (0:Disable or 1:Enable)
238 / When enable exFAT, also LFN needs to be enabled. (_USE_LFN >= 1)
250 / To enable timestamp function (_FS_NORTC = 0), get_fattime() function need to be
263 / >0: Enable file lock function. The value defines how many files/sub-directories
271 #define _FS_REENTRANT 0 /* 0:Disable or 1:Enable */
283 / 1: Enable re-entrancy. Also user provided synchronization handlers,