Lines Matching full:option

12 /* This option switches read-only configuration. (0:Read/Write or 1:Read-only)
19 /* This option defines minimization level to remove some basic API functions.
29 /* This option switches string functions, f_gets(), f_putc(), f_puts() and
38 /* This option switches filtered directory read functions, f_findfirst() and
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) */
55 /* This option switches attribute manipulation functions, f_chmod() and f_utime().
56 / (0:Disable or 1:Enable) Also _FS_READONLY needs to be 0 to enable this option. */
60 /* This option switches volume label functions, f_getlabel() and f_setlabel().
65 /* This option switches f_forward() function. (0:Disable or 1:Enable) */
77 /* This option specifies the OEM code page to be used on the target system.
119 / To enable the LFN, Unicode handling functions (option/unicode.c) must be added
133 /* This option switches character encoding on the API. (0:ANSI/OEM or 1:UTF-16)
135 / This option also affects behavior of string I/O functions. */
139 /* When _LFN_UNICODE == 1, this option selects the character encoding ON THE FILE to
147 / This option has no effect when _LFN_UNICODE == 0. */
151 /* This option configures support of relative path.
181 /* This option switches support of multi-partition on a physical drive.
204 /* This option switches support of ATA-TRIM. (0:Disable or 1:Enable)
211 / option, and f_getfree() function at first time after volume mount will force
227 /* This option switches tiny buffer configuration. (0:Normal or 1:Tiny)
237 /* This option switches support of exFAT file system. (0:Disable or 1:Enable)
246 /* The option _FS_NORTC switches timestamp functiton. If the system does not have
257 /* The option _FS_LOCK switches file lock function to control duplicated file open
258 / and illegal operation to open objects. This option must be 0 when _FS_READONLY
276 /* The option _FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs
277 / module itself. Note that regardless of this option, file access to different
286 / option/syscall.c.