Searched defs:flash_dev (Results 1 – 12 of 12) sorted by relevance
18 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); variable20 static const struct device *const flash_dev = DEVICE_DT_GET(DT_NODELABEL(sim_flash_controller)); variable
18 static const struct device *const flash_dev = DEVICE_DT_GET(DT_NODELABEL(sim_flash_controller)); variable
38 const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); in ZTEST() local
69 static void layout_match(const struct device *flash_dev, uint32_t sec_cnt) in layout_match()185 const struct device *flash_dev; in ZTEST() local
79 static int test_multi_sector_rw(const struct device *flash_dev) in test_multi_sector_rw()
49 static const struct device *const flash_dev = TEST_AREA_DEVICE; variable
40 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); variable42 static const struct device *const flash_dev = DEVICE_DT_GET(DT_NODELABEL(sim_flash_controller)); variable
24 static const struct device *const flash_dev = TEST_AREA_DEVICE; variable
29 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); variable
62 static const struct device *const flash_dev = TEST_AREA_DEVICE; variable
26 static const struct device *const flash_dev = TEST_ZMS_AREA_DEV; variable
26 static const struct device *const flash_dev = TEST_NVS_FLASH_AREA_DEV; variable
Completed in 46 milliseconds