Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/settings/functional/fcb/
Dsettings_test_fcb.c13 void *storage; in ZTEST() local
/Zephyr-latest/tests/subsys/settings/functional/file/
Dsettings_test_file.c13 void *storage; in ZTEST() local
/Zephyr-latest/tests/subsys/settings/functional/nvs/
Dsettings_test_nvs.c13 void *storage; in ZTEST() local
/Zephyr-latest/modules/canopennode/
Dcanopen_storage.c205 int canopen_storage_save(enum canopen_storage storage) in canopen_storage_save()
220 int canopen_storage_erase(enum canopen_storage storage) in canopen_storage_erase()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst98 Work item execution context
/Zephyr-latest/doc/services/settings/
Dindex.rst158 Garbage collection
/Zephyr-latest/subsys/settings/src/
Dsettings_store.c172 int settings_storage_get(void **storage) in settings_storage_get()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h348 static inline void make_closure(void *storage, void *cb, void *data) in make_closure()
354 static inline void *closure_cb(void *storage) in closure_cb()
359 static inline void *closure_data(void *storage) in closure_data()