Home
last modified time | relevance | path

Searched refs:flash_dev_a (Results 1 – 1 of 1) sorted by relevance

/tests/subsys/storage/flash_map/src/
A Dmain.c95 const struct device *flash_dev_a = SLOT1_PARTITION_DEV; in ZTEST() local
103 zassert_true(device_is_ready(flash_dev_a)); in ZTEST()
106 zassert_equal(fa->fa_dev, flash_dev_a, "Device for slot1_partition do not match"); in ZTEST()
114 layout_match(flash_dev_a, sec_cnt); in ZTEST()
122 const struct device *flash_dev_a = SLOT1_PARTITION_DEV; in ZTEST() local
128 zassert_true(device_is_ready(flash_dev_a)); in ZTEST()
131 zassert_equal(fa->fa_dev, flash_dev_a, "Device for slot1_partition do not match"); in ZTEST()
137 layout_match(flash_dev_a, sec_cnt); in ZTEST()

Completed in 8 milliseconds