Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_rpmsg.h21 struct shell_rpmsg_rx { struct
49 struct shell_rpmsg_rx rx_buf[CONFIG_SHELL_RPMSG_MAX_RX];
52 struct shell_rpmsg_rx rx_cur;
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c19 struct shell_rpmsg_rx rx; in rpmsg_shell_cb()
69 k_msgq_init(&sh_rpmsg->rx_q, (char *)sh_rpmsg->rx_buf, sizeof(struct shell_rpmsg_rx), in init()
135 struct shell_rpmsg_rx *rx = &sh_rpmsg->rx_cur; in read()