Home
last modified time | relevance | path

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

/tests/drivers/console_switching/src/
A Dmain.c32 size_t normal_uart = DT_PROP(DT_NODELABEL(devmux0), selected); in ZTEST() local
37 if (j == normal_uart) { in ZTEST()
49 ret[2] = devmux_select_set(devmux_dev, normal_uart); in ZTEST()
52 zassert_ok(ret[2], "Switching back to selection %zu failed", normal_uart); in ZTEST()
66 size_t normal_uart = DT_PROP(DT_NODELABEL(devmux0), selected); in ZTEST() local
71 if (j == normal_uart) { in ZTEST()
85 ret[2] = devmux_select_set(devmux_dev, normal_uart); in ZTEST()
88 zassert_ok(ret[2], "Switching back to selection %zu failed", normal_uart); in ZTEST()

Completed in 8 milliseconds