Lines Matching refs:option
10 f_setcp function. Note that choosing this option will increase
132 This option sets the FATFS configuration value _FS_LOCK.
133 The option _FS_LOCK switches file lock function to control duplicated file open
148 This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.
152 and time out after amount of time set by this option.
159 This option affects FATFS configuration value _FS_TINY.
161 If this option is set, _FS_TINY is 0, and each open file has its own cache,
163 This option uses more RAM if more than 1 file is open, but needs less reads
166 If this option is not set, _FS_TINY is 1, and single cache is used for
177 When the option is enabled, internal buffers used by FATFS will be allocated
180 Disable this option if optimizing for performance. Enable this option if