Searched refs:uart_devices (Results 1 – 1 of 1) sorted by relevance
315 static const struct device *const uart_devices[] = {DT_INST_FOREACH_STATUS_OKAY(KB1200_UART_DEV)}; variable318 for (size_t i = 0; i < ARRAY_SIZE(uart_devices); i++) { in kb1200_uart_isr_wrap()319 const struct device *dev_ = uart_devices[i]; in kb1200_uart_isr_wrap()