Searched refs:shell_uart_polling (Results 1 – 2 of 2) sorted by relevance
69 struct shell_uart_polling { struct77 #define SHELL_UART_STRUCT struct shell_uart_polling argument
266 struct shell_uart_polling *sh_uart = k_timer_user_data_get(timer); in polling_rx_timeout_handler()277 static void polling_init(struct shell_uart_polling *sh_uart) in polling_init()308 polling_init((struct shell_uart_polling *)transport->ctx); in init()327 static void polling_uninit(struct shell_uart_polling *sh_uart) in polling_uninit()339 polling_uninit((struct shell_uart_polling *)transport->ctx); in uninit()428 static int polling_read(struct shell_uart_polling *sh_uart, in polling_read()491 return polling_read((struct shell_uart_polling *)transport->ctx, data, length, cnt); in read_uart()