/Zephyr-latest/tests/subsys/settings/functional/file/ |
D | settings_test_file.c | 13 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/ |
D | settings_test_nvs.c | 13 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/ |
D | settings_test_fcb.c | 13 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/ |
D | Kconfig | 8 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/ |
D | smp_group_63.rst | 14 | ``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/ |
D | Kconfig.msc | 13 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/ |
D | secure_storage.rst | 3 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/ |
D | Kconfig | 8 source "subsys/storage/flash_map/Kconfig" 9 source "subsys/storage/stream/Kconfig"
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_storage.c | 205 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/ |
D | cy8cproto_062_4343w.overlay | 7 /* Set 3Kb of storage at the end of the of 2Mb flash 0 */ 9 label = "storage";
|
D | cy8cproto_063_ble.overlay | 7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */ 9 label = "storage";
|
/Zephyr-latest/samples/subsys/nvs/boards/ |
D | cy8cproto_063_ble.overlay | 7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */ 9 label = "storage";
|
D | cy8cproto_062_4343w.overlay | 7 /* Set 3Kb of storage at the end of the of 2Mb flash 0 */ 9 label = "storage";
|
D | nucleo_f103rb.overlay | 11 /* Set 3KB of storage at the end of 128KB flash */ 13 label = "storage";
|
D | nucleo_g071rb.overlay | 11 /* Set 6KB of storage at the end of 128KB flash */ 13 label = "storage";
|
D | nucleo_g431rb.overlay | 11 /* Set 6KB of storage at the end of 128KB flash */ 13 label = "storage";
|
D | nucleo_l152re.overlay | 11 /* Set 12KB of storage at the end of 128KB flash */ 13 label = "storage";
|
D | stm32l562e_dk.overlay | 11 /* Set 6KB of storage at the end of 512KB flash */ 13 label = "storage";
|
D | nucleo_g474re.overlay | 11 /* Set 6KB of storage at the end of 512KB flash */ 13 label = "storage";
|
D | nucleo_wb55rg.overlay | 11 /* 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/ |
D | cy8cproto_062_4343w.overlay | 7 /* Set 3Kb of storage at the end of the of 2Mb flash 0 */ 9 label = "storage";
|
D | cy8cproto_063_ble.overlay | 7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */ 9 label = "storage";
|
D | ek_ra8d1.overlay | 14 /* Set the 2 last block of storage. */ 16 label = "storage";
|
D | ek_ra8m1.overlay | 14 /* Set the 2 last block of storage. */ 16 label = "storage";
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_littlefs_mount.c | 16 FS_LITTLEFS_DECLARE_DEFAULT_CONFIG(storage); 23 .fs_data = &storage,
|