Searched refs:EMUL_UART_NUM (Results 1 – 1 of 1) sorted by relevance
15 #define EMUL_UART_NUM DT_NUM_INST_STATUS_OKAY(zephyr_uart_emul) macro26 const struct device *dev[EMUL_UART_NUM];32 .dev = {LISTIFY(EMUL_UART_NUM, EMUL_UART_DEV_INIT, (,))}}; in uart_emul_setup()34 for (size_t i = 0; i < EMUL_UART_NUM; i++) { in uart_emul_setup()45 for (size_t i = 0; i < EMUL_UART_NUM; i++) { in uart_emul_before()62 zassert_equal(log_backend_count_get(), EMUL_UART_NUM, "Unexpected number of instance(s)"); in ZTEST_F()66 for (size_t i = 0; i < EMUL_UART_NUM; i++) { in ZTEST_F()