Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c44 bool psram_ok; member
194 coex_result.psram_ok = true; in psram_test()
196 coex_result.psram_ok = false; in psram_test()
263 zassert_equal(true, coex_result.psram_ok, "SPIRAM integrity test failed"); in ZTEST()