Home
last modified time | relevance | path

Searched defs:sh_uart (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c33 struct shell_uart_async *sh_uart = (struct shell_uart_async *)user_data; in async_callback() local
70 static void uart_rx_handle(const struct device *dev, struct shell_uart_int_driven *sh_uart) in uart_rx_handle()
156 struct shell_uart_int_driven *sh_uart = k_timer_user_data_get(timer); in dtr_timer_handler() local
167 static void uart_tx_handle(const struct device *dev, struct shell_uart_int_driven *sh_uart) in uart_tx_handle()
198 struct shell_uart_int_driven *sh_uart = (struct shell_uart_int_driven *)user_data; in uart_callback() local
211 static void irq_init(struct shell_uart_int_driven *sh_uart) in irq_init()
234 static void async_init(struct shell_uart_async *sh_uart) in async_init()
266 struct shell_uart_polling *sh_uart = k_timer_user_data_get(timer); in polling_rx_timeout_handler() local
277 static void polling_init(struct shell_uart_polling *sh_uart) in polling_init()
314 static void irq_uninit(struct shell_uart_int_driven *sh_uart) in irq_uninit()
[all …]
/Zephyr-Core-3.7.0/tests/subsys/shell/shell_backend/src/
Dshell_backend_test.c18 const struct shell *sh_uart = shell_backend_get_by_name("shell_uart"); in ZTEST() local