Skip to content

Commit c591994

Browse files
bennernashif
authored andcommitted
docs: settings: clarify conditions for csi_save_start and csi_save_end
Clarify that the actual calls to these backend functions are made from `settings_save_subtree()`, which is called by `settings_save()` or can be used directly. Signed-off-by: Nerijus Bendžiūnas <[email protected]>
1 parent 1cc9381 commit c591994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/services/settings/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ backend.
7272

7373
**csi_save_start**
7474
This gets called when starting a save of all current settings using
75-
:c:func:`settings_save()`.
75+
:c:func:`settings_save()` or :c:func:`settings_save_subtree()`.
7676

7777
**csi_save_end**
7878
This gets called after having saved of all current settings using
79-
:c:func:`settings_save()`.
79+
:c:func:`settings_save()` or :c:func:`settings_save_subtree()`.
8080

8181
Zephyr Storage Backends
8282
***********************

0 commit comments

Comments
 (0)