Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/console/
Duart_console.c39 static const struct device *const uart_console_dev = variable
90 if (pm_device_runtime_get(uart_console_dev) < 0) { in console_out()
98 uart_poll_out(uart_console_dev, '\r'); in console_out()
100 uart_poll_out(uart_console_dev, c); in console_out()
106 (void)pm_device_runtime_put_async(uart_console_dev, K_MSEC(1)); in console_out()
182 uart_poll_out(uart_console_dev, c); in insert_char()
195 uart_poll_out(uart_console_dev, tmp); in insert_char()
207 uart_poll_out(uart_console_dev, '\b'); in del_char()
210 uart_poll_out(uart_console_dev, ' '); in del_char()
211 uart_poll_out(uart_console_dev, '\b'); in del_char()
[all …]
/Zephyr-Core-3.6.0/drivers/serial/
Duart_ite_it8xxx2.c141 const struct device *uart_console_dev = in uart_it8xxx2_init() local
150 if (config->uart_dev == uart_console_dev) { in uart_it8xxx2_init()