Home
last modified time | relevance | path

Searched defs:settings_handler_static (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/include/settings/
Dsettings.h130 struct settings_handler_static { struct
132 const char *name;
135 int (*h_get)(const char *key, char *val, int val_len_max);
147 int (*h_set)(const char *key, size_t len, settings_read_cb read_cb,
162 int (*h_commit)(void);
167 int (*h_export)(int (*export_func)(const char *name, const void *val,