Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Duart_console.c41 static const struct device *const uart_console_dev = variable
92 if (pm_device_runtime_get(uart_console_dev) < 0) { in console_out()
100 uart_poll_out(uart_console_dev, '\r'); in console_out()
102 uart_poll_out(uart_console_dev, c); in console_out()
108 (void)pm_device_runtime_put_async(uart_console_dev, K_MSEC(1)); in console_out()
176 uart_poll_out(uart_console_dev, c); in insert_char()
189 uart_poll_out(uart_console_dev, tmp); in insert_char()
201 uart_poll_out(uart_console_dev, '\b'); in del_char()
204 uart_poll_out(uart_console_dev, ' '); in del_char()
205 uart_poll_out(uart_console_dev, '\b'); in del_char()
[all …]
/Zephyr-latest/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()
Duart_smartbond.c382 const struct device *uart_console_dev = in uart_smartbond_init() local
389 if (dev == uart_console_dev) { in uart_smartbond_init()