Home
last modified time | relevance | path

Searched full:flash_map (Results 1 – 25 of 102) sorted by relevance

12345

/Zephyr-latest/tests/subsys/storage/flash_map/
Dtestcase.yaml2 storage.flash_map:
10 tags: flash_map
13 storage.flash_map.mpu:
24 tags: flash_map
33 tags: flash_map
43 tags: flash_map
DCMakeLists.txt5 project(flash_map) project
/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_priv.h18 extern const struct flash_area *flash_map;
24 if (flash_map[i].fa_id == idx) { in get_flash_area_from_id()
25 return &flash_map[i]; in get_flash_area_from_id()
DKconfig10 menuconfig FLASH_MAP config
16 if FLASH_MAP
43 flash_map list shell command.
Dflash_map.c17 #include <zephyr/storage/flash_map.h>
25 user_cb(&flash_map[i], user_data); in flash_area_foreach()
33 if (flash_map == NULL) { in flash_area_open()
Dflash_map_shell.c13 #include <zephyr/storage/flash_map.h>
21 extern const struct flash_area *flash_map;
65 SHELL_CMD_REGISTER(flash_map, &sub_flash_map, "Flash map commands", NULL);
DCMakeLists.txt3 zephyr_sources(flash_map.c)
Dflash_map_default.c13 #include <zephyr/storage/flash_map.h>
45 const struct flash_area *flash_map = default_flash_map; variable
/Zephyr-latest/doc/services/storage/
Dindex.rst12 flash_map/flash_map.rst
/Zephyr-latest/tests/subsys/storage/flash_map/src/
Dmain.c12 #include <zephyr/storage/flash_map.h>
23 ZTEST(flash_map, test_flash_area_disabled_device) in ZTEST() argument
40 ZTEST(flash_map, test_flash_area_device_is_ready) in ZTEST() argument
78 ZTEST(flash_map, test_flash_area_get_sectors) in ZTEST() argument
103 ZTEST(flash_map, test_flash_area_sectors) in ZTEST() argument
126 ZTEST(flash_map, test_flash_area_erased_val) in ZTEST() argument
142 ZTEST(flash_map, test_fixed_partition_node_macros) in ZTEST() argument
157 ZTEST(flash_map, test_flash_area_erase_and_flatten) in ZTEST() argument
226 ZTEST_SUITE(flash_map, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/subsys/storage/
DCMakeLists.txt3 add_subdirectory_ifdef(CONFIG_FLASH_MAP flash_map)
DKconfig8 source "subsys/storage/flash_map/Kconfig"
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst6 The ``<zephyr/storage/flash_map.h>`` API allows accessing information about device
26 The flash_map.h API provides functions for operating on a :c:struct:`flash_area`.
31 Most ``<zephyr/storage/flash_map.h>`` API functions require a :c:struct:`flash_area` object pointer
51 The flash_map.h API uses data generated from the :ref:`devicetree_api`, in
/Zephyr-latest/subsys/mgmt/mcumgr/grp/zephyr_basic/
DKconfig13 depends on FLASH_MAP
/Zephyr-latest/subsys/fs/fcb/
DKconfig12 depends on FLASH_MAP
/Zephyr-latest/drivers/disk/
DKconfig.flash9 select FLASH_MAP
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_priv.h11 #include <zephyr/storage/flash_map.h>
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_firmware.c6 #include <zephyr/storage/flash_map.h>
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_storage.h15 #include <zephyr/storage/flash_map.h>
Dupdatehub_firmware.c11 #include <zephyr/storage/flash_map.h>
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_utils.c11 #include <zephyr/storage/flash_map.h>
/Zephyr-latest/subsys/fs/
DKconfig.littlefs108 depends on FLASH_MAP
113 (using the flash_map API).
/Zephyr-latest/samples/subsys/usb/mass/
DKconfig52 config FLASH_MAP config
/Zephyr-latest/samples/subsys/fs/format/src/
Dmain.c19 #include <zephyr/storage/flash_map.h>
/Zephyr-latest/tests/subsys/settings/fcb/src/
Dsettings_test.h16 #include <zephyr/storage/flash_map.h>

12345