Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp_shell.h23 struct smp_shell_data { struct
42 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, argument
52 void smp_shell_process(struct smp_shell_data *data);
/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h46 struct smp_shell_data smp;
112 struct smp_shell_data *shell_uart_smp_shell_data_get_ptr(void);
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c67 struct smp_shell_data *const data = shell_uart_smp_shell_data_get_ptr(); in smp_shell_input_timeout_handler()
84 static int read_mcumgr_byte(struct smp_shell_data *data, uint8_t byte) in read_mcumgr_byte()
139 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes()
186 void smp_shell_process(struct smp_shell_data *data) in smp_shell_process()
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c77 struct smp_shell_data *const smp = &sh_uart->common.smp; in uart_rx_handle()
445 struct smp_shell_data *const smp = &sh_uart->common.smp; in async_read()
526 struct smp_shell_data *shell_uart_smp_shell_data_get_ptr(void) in shell_uart_smp_shell_data_get_ptr()