Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/shell/shell_backend_uart/src/
Dmain.c97 static const struct shell_backend_config_flags cfg_flags = {0}; in enable_shell_euart0()
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell.h747 struct shell_backend_config_flags { struct
756 BUILD_ASSERT((sizeof(struct shell_backend_config_flags) == sizeof(uint32_t)), argument
791 struct shell_backend_config_flags flags;
974 struct shell_backend_config_flags cfg_flags,
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_dummy.c106 static const struct shell_backend_config_flags cfg_flags = in enable_shell_dummy()
Dshell_adsp_memory_window.c128 static const struct shell_backend_config_flags cfg_flags = in enable_shell_adsp_memory_window()
Dshell_rtt.c188 static const struct shell_backend_config_flags cfg_flags = in enable_shell_rtt()
Dshell_rpmsg.c193 static const struct shell_backend_config_flags cfg_flags = in shell_backend_rpmsg_init_transport()
Dshell_uart.c540 static const struct shell_backend_config_flags cfg_flags = in enable_shell_uart()
Dshell_mqtt.c826 static const struct shell_backend_config_flags cfg_flags = { in enable_shell_mqtt()
Dshell_telnet.c784 static const struct shell_backend_config_flags cfg_flags = in enable_shell_telnet()
/Zephyr-Core-3.7.0/subsys/shell/
Dshell.c1205 struct shell_backend_config_flags cfg_flags) in instance_init()
1377 struct shell_backend_config_flags cfg_flags, in shell_init()