Home
last modified time | relevance | path

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

/subsys/shell/backends/
A Dshell_dummy.c106 static const struct shell_backend_config_flags cfg_flags = in enable_shell_dummy() local
109 shell_init(&shell_dummy, NULL, cfg_flags, log_backend, level); in enable_shell_dummy()
A Dshell_adsp_memory_window.c128 static const struct shell_backend_config_flags cfg_flags = in enable_shell_adsp_memory_window() local
131 shell_init(&shell_adsp_memory_window, NULL, cfg_flags, log_backend, level); in enable_shell_adsp_memory_window()
A Dshell_rtt.c191 static const struct shell_backend_config_flags cfg_flags = in enable_shell_rtt() local
194 shell_init(&shell_rtt, NULL, cfg_flags, log_backend, level); in enable_shell_rtt()
A Dshell_rpmsg.c193 static const struct shell_backend_config_flags cfg_flags = in shell_backend_rpmsg_init_transport() local
196 return shell_init(&shell_rpmsg, rpmsg_dev, cfg_flags, log_backend, level); in shell_backend_rpmsg_init_transport()
A Dshell_websocket.c390 static const struct shell_backend_config_flags cfg_flags = in shell_websocket_enable() local
394 ret = shell_init(sh, NULL, cfg_flags, log_backend, level); in shell_websocket_enable()
A Dshell_uart.c541 static const struct shell_backend_config_flags cfg_flags = in enable_shell_uart() local
552 shell_init(&shell_uart, dev, cfg_flags, log_backend, level); in enable_shell_uart()
A Dshell_telnet.c791 static const struct shell_backend_config_flags cfg_flags = in enable_shell_telnet() local
794 return shell_init(&shell_telnet, NULL, cfg_flags, log_backend, level); in enable_shell_telnet()
A Dshell_mqtt.c829 static const struct shell_backend_config_flags cfg_flags = { in enable_shell_mqtt() local
838 return shell_init(&shell_mqtt, NULL, cfg_flags, log_backend, level); in enable_shell_mqtt()
/subsys/shell/
A Dshell.c1207 struct shell_backend_config_flags cfg_flags) in instance_init() argument
1243 cfg_flags.obscure &= IS_ENABLED(CONFIG_SHELL_START_OBSCURED); in instance_init()
1244 cfg_flags.use_colors &= IS_ENABLED(CONFIG_SHELL_VT100_COLORS); in instance_init()
1245 cfg_flags.use_vt100 &= IS_ENABLED(CONFIG_SHELL_VT100_COMMANDS); in instance_init()
1246 cfg_flags.echo &= IS_ENABLED(CONFIG_SHELL_ECHO_STATUS); in instance_init()
1247 cfg_flags.mode_delete &= IS_ENABLED(CONFIG_SHELL_BACKSPACE_MODE_DELETE); in instance_init()
1248 sh->ctx->cfg.flags = cfg_flags; in instance_init()
1363 struct shell_backend_config_flags cfg_flags, in shell_init() argument
1373 int err = instance_init(sh, transport_config, cfg_flags); in shell_init()

Completed in 109 milliseconds