Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/Zephyr-latest/tests/subsys/settings/functional/file/
Dsettings_test_file.c13 void *storage; in ZTEST() local
17 rc = settings_storage_get(&storage); in ZTEST()
20 zassert_not_null(storage, "Null reference."); in ZTEST()
22 rc = fs_stat((const char *)storage, &entry); in ZTEST()
/Zephyr-latest/tests/subsys/settings/functional/nvs/
Dsettings_test_nvs.c13 void *storage; in ZTEST() local
17 rc = settings_storage_get(&storage); in ZTEST()
20 zassert_not_null(storage, "Null reference."); in ZTEST()
22 nvs_rc = nvs_write((struct nvs_fs *)storage, 26, &data, sizeof(data)); in ZTEST()
/Zephyr-latest/tests/subsys/settings/functional/fcb/
Dsettings_test_fcb.c13 void *storage; in ZTEST() local
17 rc = settings_storage_get(&storage); in ZTEST()
20 zassert_not_null(storage, "Null reference."); in ZTEST()
23 rc = fcb_getnext((struct fcb *)storage, &loc); in ZTEST()
/Zephyr-latest/tests/subsys/debug/coredump_backends/
DKconfig8 bool "Expected backend has coredump storage."
10 Set if the test expects coredump backend with storage.
13 int "Expected backend's coredump storage size."
16 Test expects coredump backend storage with the size given.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_63.rst14 | ``0`` | Erase storage |
17 Erase storage command
20 Erase storage command allows clearing the ``storage_partition`` flash partition on a device,
21 generally this is used when switching to a new application build if the application uses storage
24 Erase storage request
27 Erase storage request header fields:
40 Erase storage response
/Zephyr-latest/subsys/usb/device/class/
DKconfig.msc13 string "Mass storage disk or drive name"
16 Mass storage device disk or drive name
44 Mass storage device class bulk endpoints size
47 int "Set stack size for mass storage thread"
51 Stack size for mass storage disk operations thread
54 module-str = usb mass storage
/Zephyr-latest/doc/services/
Dsecure_storage.rst3 Secure storage
6 | The secure storage subsystem provides an implementation of the functions defined in the
7 …Security Architecture (PSA) Secure Storage API <https://arm-software.github.io/psa-api/storage/>`_.
14 The secure storage subsystem makes the PSA Secure Storage API available on all board targets with
30 The secure storage subsystem's implementation of the PSA Secure Storage API:
50 …ents <https://arm-software.github.io/psa-api/storage/1.0/overview/requirements.html#internal-trust…
52 | The specification considers the storage underlying the ITS to be
54 …PI <https://arm-software.github.io/psa-api/storage/1.0/overview/architecture.html#the-internal-tru…
55 because ``most embedded microprocessors (MCU) have on-chip flash storage that can be made
57 …(`2.2. Technical Background <https://arm-software.github.io/psa-api/storage/1.0/overview/architect…
[all …]
/Zephyr-latest/subsys/storage/
DKconfig8 source "subsys/storage/flash_map/Kconfig"
9 source "subsys/storage/stream/Kconfig"
/Zephyr-latest/modules/canopennode/
Dcanopen_storage.c205 int canopen_storage_save(enum canopen_storage storage) in canopen_storage_save() argument
209 if (storage == CANOPEN_STORAGE_ROM) { in canopen_storage_save()
212 } else if (storage == CANOPEN_STORAGE_EEPROM) { in canopen_storage_save()
220 int canopen_storage_erase(enum canopen_storage storage) in canopen_storage_erase() argument
224 if (storage == CANOPEN_STORAGE_ROM) { in canopen_storage_erase()
226 } else if (storage == CANOPEN_STORAGE_EEPROM) { in canopen_storage_erase()
/Zephyr-latest/samples/drivers/flash_shell/boards/
Dcy8cproto_062_4343w.overlay7 /* Set 3Kb of storage at the end of the of 2Mb flash 0 */
9 label = "storage";
Dcy8cproto_063_ble.overlay7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */
9 label = "storage";
/Zephyr-latest/samples/subsys/nvs/boards/
Dcy8cproto_063_ble.overlay7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */
9 label = "storage";
Dcy8cproto_062_4343w.overlay7 /* Set 3Kb of storage at the end of the of 2Mb flash 0 */
9 label = "storage";
Dnucleo_f103rb.overlay11 /* Set 3KB of storage at the end of 128KB flash */
13 label = "storage";
Dnucleo_g071rb.overlay11 /* Set 6KB of storage at the end of 128KB flash */
13 label = "storage";
Dnucleo_g431rb.overlay11 /* Set 6KB of storage at the end of 128KB flash */
13 label = "storage";
Dnucleo_l152re.overlay11 /* Set 12KB of storage at the end of 128KB flash */
13 label = "storage";
Dstm32l562e_dk.overlay11 /* Set 6KB of storage at the end of 512KB flash */
13 label = "storage";
Dnucleo_g474re.overlay11 /* Set 6KB of storage at the end of 512KB flash */
13 label = "storage";
Dnucleo_wb55rg.overlay11 /* Set 12KB of storage at the end of 1st half of flash (dual core constraints) */
13 label = "storage";
/Zephyr-latest/tests/drivers/flash/common/boards/
Dcy8cproto_062_4343w.overlay7 /* Set 3Kb of storage at the end of the of 2Mb flash 0 */
9 label = "storage";
Dcy8cproto_063_ble.overlay7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */
9 label = "storage";
Dek_ra8d1.overlay14 /* Set the 2 last block of storage. */
16 label = "storage";
Dek_ra8m1.overlay14 /* Set the 2 last block of storage. */
16 label = "storage";
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_littlefs_mount.c16 FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(storage);
23 .fs_data = &storage,

12345678910>>...27