Home
last modified time | relevance | path

Searched refs:fcb_rotate (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/fs/fcb/src/
Dfcb_test_rotate.c26 rc = fcb_rotate(fcb); in ZTEST()
59 rc = fcb_rotate(fcb); in ZTEST()
87 rc = fcb_rotate(fcb); in ZTEST()
Dfcb_test_multiple_scratch.c80 rc = fcb_rotate(fcb); in ZTEST()
/Zephyr-Core-3.5.0/subsys/fs/fcb/
DCMakeLists.txt8 fcb_rotate.c
Dfcb_rotate.c12 fcb_rotate(struct fcb *fcb) in fcb_rotate() function
Dfcb.c360 rc = fcb_rotate(fcb); in fcb_clear()
/Zephyr-Core-3.5.0/include/zephyr/fs/
Dfcb.h253 int fcb_rotate(struct fcb *fcb);
/Zephyr-Core-3.5.0/doc/services/storage/fcb/
Dfcb.rst44 this fails due to lack of space, you can call :c:func:`fcb_rotate` to erase
57 can call :c:func:`fcb_rotate`, if you're done with that data.
/Zephyr-Core-3.5.0/subsys/settings/src/
Dsettings_fcb.c300 rc = fcb_rotate(&cf->cf_fcb); in settings_fcb_compress()