Lines Matching +full:current +full:- +full:reference +full:- +full:control
13 recommended over FCB for use as a back-end for the :ref:`settings API
28 exhausted. You have control over what happens next; either erase oldest
43 - Call :c:func:`fcb_append` to get the location where data can be written. If
47 - Use :c:func:`flash_area_write` to write entry contents.
48 - Call :c:func:`fcb_append_finish` when done. This completes the writing of the
53 - Call :c:func:`fcb_walk` with a pointer to your callback function.
54 - Within callback function copy in data from the entry using
61 - Call :c:func:`fcb_getnext` with 0 in entry offset to get the pointer to
63 - Use :c:func:`flash_area_read` to read entry contents.
64 - Call :c:func:`fcb_getnext` with pointer to current entry to get the next one.
67 API Reference