Searched defs:uart_dev (Results 1 – 10 of 10) sorted by relevance
14 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_poll_in() local43 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_poll_out() local
38 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_configure() local61 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_config_get() local
38 const struct device *const uart_dev = DEVICE_DT_GET(DT_NODELABEL(dut)); in test_configure_wide() local61 const struct device *const uart_dev = DEVICE_DT_GET(DT_NODELABEL(dut)); in test_config_get_wide() local
101 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_fifo_read() local131 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_fifo_fill() local
96 const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console)); in test_pending() local
15 static ZTEST_BMEM const struct device *const uart_dev = variable
47 static ZTEST_BMEM const struct device *uart_dev; variable
35 static const struct device *const uart_dev = DEVICE_DT_GET(UART_NODE); variable
32 static const struct device *const uart_dev = DEVICE_DT_GET(UART_NODE); variable
88 static const struct device *uart_dev; variable
Completed in 27 milliseconds