Lines Matching full:settings

30  * @defgroup settings Settings
37 #define SETTINGS_MAX_DIR_DEPTH 8 /* max depth of settings tree */
43 /* place for settings additions:
49 * Function used to read the data from the settings storage in
77 /**< Get values handler of settings items identified by keyword names.
90 /**< Set value handler of settings items identified by keyword names.
104 /**< This handler gets called after settings has been loaded in full.
112 /**< This gets called to dump all current settings items.
114 * This happens when @ref settings_save tries to save the settings.
117 * a single key-value pair to persisted settings. Don't store
146 /**< Get values handler of settings items identified by keyword names.
159 /**< Set value handler of settings items identified by keyword names.
173 /**< This handler gets called after settings has been loaded in full.
179 /**< This gets called to dump all current settings items.
181 * This happens when @ref settings_save tries to save the settings.
184 * a single key-value pair to persisted settings. Don't store
197 * Define a static handler for settings items
230 * Initialization of settings and backend
241 * Register a handler for settings items stored in RAM with
253 * Register a handler for settings items stored in RAM with
306 * This function bypasses the normal data workflow in settings module.
307 * All the settings values that are found are passed to the given callback.
347 * @param name Name/key of the settings item.
348 * @param value Pointer to the value of the settings item. This value will
359 * Deleting an existing key-value pair in the settings mean
362 * @param name Name/key of the settings item.
369 * Call commit for all settings handler. This should apply all
370 * settings which has been set, but not applied yet.
377 * Call commit for settings handler that belong to subtree.
378 * This should apply all settings which has been set, but not applied yet.
387 * @} settings
392 * @defgroup settings_backend Settings backend interface
393 * @ingroup settings
526 * Calls settings handler.
548 * @defgroup settings_name_proc Settings name processing
550 * @ingroup settings
594 * @defgroup settings_rt Settings subsystem runtime
595 * @brief API for runtime settings
596 * @ingroup settings
623 * Apply settings in a module handler.
639 * The type of storage object instance depends on the settings backend used.
641 * depends on settings backend type used.