Searched refs:console_dev (Results 1 – 1 of 1) sorted by relevance
35 const struct device *const console_dev = DEVICE_DT_GET(CONSOLE_DT_NODE); in test_thread() local40 zassert_not_null(console_dev); in test_thread()44 zassert_equal(binding_dev, console_dev); in test_thread()47 zassert_true(device_is_ready(console_dev)); in test_thread()