Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_uart.h18 extern const struct shell_transport_api shell_uart_transport_api;
93 .api = &shell_uart_transport_api, \
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c507 const struct shell_transport_api shell_uart_transport_api = { variable