Lines Matching refs:func
43 - Call :c:func:`fcb_append` to get the location where data can be written. If
44 this fails due to lack of space, you can call :c:func:`fcb_rotate` to erase
46 :c:func:`fcb_append` again.
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.
55 :c:func:`flash_area_read`. You can tell when all data from within a sector
57 can call :c:func:`fcb_rotate`, if you're done with that data.
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.