Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dmodem_at_shell.c24 static struct modem_pipelink *at_shell_pipelink = variable
133 modem_pipe_attach(modem_pipelink_get_pipe(at_shell_pipelink), in at_shell_open_pipe_handler()
137 modem_pipe_open_async(modem_pipelink_get_pipe(at_shell_pipelink)); in at_shell_open_pipe_handler()
144 modem_chat_attach(&at_shell_chat, modem_pipelink_get_pipe(at_shell_pipelink)); in at_shell_attach_chat_handler()
209 modem_pipelink_attach(at_shell_pipelink, at_shell_pipelink_callback, NULL); in at_shell_init_pipelink()