Searched defs:flash_dev (Results 1 – 5 of 5) sorted by relevance
20 int single_sector_test(const struct device *flash_dev)92 int multi_sector_test(const struct device *flash_dev)188 const struct device *flash_dev = DEVICE_DT_GET(DT_ALIAS(flash0)); local
69 void single_sector_test(const struct device *flash_dev) in single_sector_test()145 void multi_sector_test(const struct device *flash_dev) in multi_sector_test()235 const struct device *flash_dev = DEVICE_DT_GET_ONE(SPI_FLASH_COMPAT); in main() local
30 const struct device *const flash_dev = DEVICE_DT_GET_ONE(atmel_at45); in main() local
82 static void write_and_verify_test_data(const struct device *flash_dev, uint8_t *test_data, in write_and_verify_test_data()119 const struct device *flash_dev = TEST_PARTITION_DEVICE; in main() local
34 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); variable
Completed in 19 milliseconds