Lines Matching full:flash
8 #include <zephyr/drivers/flash.h>
25 zassert_true(!device_is_ready(flash_dev), TC_PASS, "Flash device is not ready!"); in ZTEST()
28 TC_PRINT("\nTesting: Flash Sector-%d\n", i); in ZTEST()
31 /* Flash Erase Test */ in ZTEST()
32 TC_PRINT(" Flash Erase Test..."); in ZTEST()
35 TC_PASS, "Flash erase call failed!"); in ZTEST()
38 TC_PASS, "Flash read call failed!"); in ZTEST()
42 "Flash Erase Test failed!!"); in ZTEST()
46 /* Flash Write & Read Test */ in ZTEST()
47 TC_PRINT(" Flash Write & Read Test..."); in ZTEST()
51 TC_PASS, "Flash write call failed!"); in ZTEST()
54 TC_PASS, "Flash read call failed!"); in ZTEST()
56 "Flash Write & Read Test failed!!"); in ZTEST()
60 /* Flash Unaligned Read Test */ in ZTEST()
61 TC_PRINT(" Flash Unaligned Read Test..."); in ZTEST()
64 TC_PASS, "Flash write call failed!"); in ZTEST()
67 TC_PASS, "Flash read call failed!"); in ZTEST()
69 TC_PASS, "Flash Write & Read Test failed!!"); in ZTEST()