Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c70 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()
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()
211 static void irq_init(struct shell_uart_int_driven *sh_uart) in irq_init()
306 irq_init((struct shell_uart_int_driven *)transport->ctx); in init()
314 static void irq_uninit(struct shell_uart_int_driven *sh_uart) in irq_uninit()
337 irq_uninit((struct shell_uart_int_driven *)transport->ctx); in uninit()
375 static int irq_write(struct shell_uart_int_driven *sh_uart, in irq_write()
414 return irq_write((struct shell_uart_int_driven *)transport->ctx, data, length, cnt); in write_uart()
[all …]
/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h50 struct shell_uart_int_driven { struct
81 #define SHELL_UART_STRUCT struct shell_uart_int_driven