Lines Matching full:note
44 * \note maximum page size UFFS support
60 * \note uffs cache the block info for opened directories and files,
67 * \note the bigger value will bring better read/write performance.
76 * \note reserve buffers for clone. 1 or 2 should be enough.
82 * \note spare buffers are used for lower level flash operations,
90 * \note this value should be between '2' and the lesser of
104 * \note Enable debug message output. You must call uffs_InitDebugMessageOutput()
111 * \note use global lock instead of per-device lock.
119 * \note use per-device lock.
128 * \note uffs will use static memory allocator if this is defined.
138 * \note using system platform's 'malloc' and 'free'.
146 * \note UFFS will write all data directly into flash in
157 * \note Use Linux MTD compatiable spare placement for UFFS_LAYOUT_AUTO,
186 * \note If defined, closing a file which is opened for writing/appending will
195 * \note allow erase and verify block marked as 'bad' when format UFFS partition.
202 * \note erase block again before mark bad block
208 * \note verify page data after write, for extra safe data storage.
214 * \note If this is enabled, UFFS will report the block as 'bad' if any bit-flips found;
218 * \note Enable this will ensure your data always be stored on completely good blocks.
225 * \note If this is enabled, UFFS save page data CRC16 sum in mini header,