Lines Matching refs:of
19 int "Maximum number of opened files"
25 int "Maximum number of opened directories"
31 int "Minimum size of a block read"
34 All read operations will be a multiple of this value.
37 int "Minimum size of a block program"
40 All program operations will be a multiple of this value.
43 int "Size of block caches in bytes"
46 Each cache buffers a portion of a block in RAM. The littlefs
49 more data and reducing the number of disk accesses. Must be a
50 multiple of the read and program sizes of the underlying flash
51 device, and a factor of the block size.
54 int "Size of lookahead buffer in bytes"
57 A larger lookahead buffer increases the number of blocks found
59 compact bitmap, so each byte of RAM can track 8 blocks. Must
60 be a multiple of 8.
63 int "Number of erase cycles before moving data to another block"
66 For dynamic wear leveling, the number of erase cycles before data
80 inadequate as an application might require a small number of files
81 using a large cache size and a larger number of files using a
88 support up to FS_LITTLE_FS_NUM_FILES blocks of
94 int "Size of per-allocation overhead for littleFS heap in bytes"
97 In case when total size of littleFS heap is automatically calculated
99 For the purpose of heap size calculation the size of each cache block
101 NOTE: when your app fails to open pre-defined number of files, as set