Home
last modified time | relevance | path

Searched refs:shell (Results 226 – 250 of 1489) sorted by relevance

12345678910>>...60

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dccp_call_control_server.c22 static int cmd_ccp_call_control_server_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_ccp_call_control_server_init()
82 static int cmd_ccp_call_control_server(const struct shell *sh, size_t argc, char **argv) in cmd_ccp_call_control_server()
Dcsip_set_coordinator.c247 static int cmd_csip_set_coordinator_discover(const struct shell *sh, in cmd_csip_set_coordinator_discover()
294 static int cmd_csip_set_coordinator_discover_members(const struct shell *sh, in cmd_csip_set_coordinator_discover_members()
375 static int cmd_csip_set_coordinator_lock_set(const struct shell *sh, in cmd_csip_set_coordinator_lock_set()
401 static int cmd_csip_set_coordinator_release_set(const struct shell *sh, in cmd_csip_set_coordinator_release_set()
427 static int cmd_csip_set_coordinator_lock(const struct shell *sh, size_t argc, in cmd_csip_set_coordinator_lock()
466 static int cmd_csip_set_coordinator_release(const struct shell *sh, size_t argc, in cmd_csip_set_coordinator_release()
506 static int cmd_csip_set_coordinator_ordered_access(const struct shell *sh, in cmd_csip_set_coordinator_ordered_access()
545 static int cmd_csip_set_coordinator(const struct shell *sh, size_t argc, in cmd_csip_set_coordinator()
/Zephyr-latest/drivers/stepper/
DKconfig22 bool "Stepper shell"
25 Enable stepper shell for testing.
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhci.h7 int cmd_mesh_adv(const struct shell *sh, size_t argc, char *argv[]);
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst6 Shell management allows passing commands to the shell subsystem over the SMP
24 a shell, but both a request and a response are transported over SMP.
120 | "ret" | return code from shell command execution. |
134 and shell command execution return code, this legacy behaviour can be
/Zephyr-latest/drivers/misc/coresight/
DKconfig78 bool "Use shell"
85 Enable shell with Coresight STM logging support.
93 Displayed prompt name for UART shell with Coresight STM logging.
100 space that can hold RX data. It may be decreased if shell input is
102 to the shell prompt.
/Zephyr-latest/drivers/mdio/
Dmdio_shell.c59 static int cmd_mdio_scan(const struct shell *sh, size_t argc, char **argv) in cmd_mdio_scan()
103 static int cmd_mdio_write(const struct shell *sh, size_t argc, char **argv) in cmd_mdio_write()
136 static int cmd_mdio_read(const struct shell *sh, size_t argc, char **argv) in cmd_mdio_read()
170 static int cmd_mdio_write_45(const struct shell *sh, size_t argc, char **argv) in cmd_mdio_write_45()
205 static int cmd_mdio_read_c45(const struct shell *sh, size_t argc, char **argv) in cmd_mdio_read_c45()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c30 const struct shell *sh = (const struct shell *)cb_arg; in print_network_info()
133 static int cmd_add_network(const struct shell *sh, size_t argc, char *argv[]) in cmd_add_network()
270 static int cmd_delete_network(const struct shell *sh, size_t argc, char *argv[]) in cmd_delete_network()
286 static int cmd_list_networks(const struct shell *sh, size_t argc, char *argv[]) in cmd_list_networks()
294 static int cmd_auto_connect(const struct shell *sh, size_t argc, char *argv[]) in cmd_auto_connect()
/Zephyr-latest/lib/posix/
DCMakeLists.txt4 add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)
/Zephyr-latest/drivers/adc/
Dadc_shell.c163 static int cmd_adc_ch_id(const struct shell *sh, size_t argc, char **argv) in cmd_adc_ch_id()
186 static int cmd_adc_ch_diff(const struct shell *sh, size_t argc, char **argv) in cmd_adc_ch_diff()
213 static int cmd_adc_ch_neg(const struct shell *sh, size_t argc, char **argv) in cmd_adc_ch_neg()
240 static int cmd_adc_ch_pos(const struct shell *sh, size_t argc, char **argv) in cmd_adc_ch_pos()
267 static int cmd_adc_gain(const struct shell *sh, size_t argc, char **argv, in cmd_adc_gain()
291 static int cmd_adc_acq(const struct shell *sh, size_t argc, char **argv) in cmd_adc_acq()
327 static int cmd_adc_reso(const struct shell *sh, size_t argc, char **argv) in cmd_adc_reso()
349 static int cmd_adc_ref(const struct shell *sh, size_t argc, char **argv, in cmd_adc_ref()
375 static int cmd_adc_read(const struct shell *sh, size_t argc, char **argv) in cmd_adc_read()
404 static int cmd_adc_print(const struct shell *sh, size_t argc, char **argv) in cmd_adc_print()
/Zephyr-latest/subsys/mgmt/updatehub/
Dshell.c23 static int cmd_run(const struct shell *sh, size_t argc, in cmd_run()
55 static int cmd_info(const struct shell *sh, size_t argc, char **argv) in cmd_info()
/Zephyr-latest/subsys/net/lib/shell/
Dallocs.c24 const struct shell *sh = data->sh; in allocs_cb()
75 static int cmd_net_allocs(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_allocs()
Dnet_shell_private.h60 const struct shell *sh;
94 int get_iface_idx(const struct shell *sh, char *index_str);
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Dstm32l562e_dk.overlay3 /* Comment out these lines to use usart1 as console/shell */
5 zephyr,shell-uart = &lpuart1;
/Zephyr-latest/drivers/serial/
Duart_shell.c19 static int cmd_uart_write(const struct shell *sh, size_t argc, char **argv) in cmd_uart_write()
39 static int cmd_uart_baudrate(const struct shell *sh, size_t argc, char **argv) in cmd_uart_baudrate()
69 static int cmd_uart_flow_control(const struct shell *sh, size_t argc, char **argv) in cmd_uart_flow_control()
DKconfig.native_pty34 option for users who want to use Zephyr's shell.
36 backend which may use the invoking shell standard input/output.
40 bool "Connect the first PTY UART to the invoking shell stdin/stdout"
42 Connect this UART to the stdin & stdout of the calling shell/terminal
48 shell interactively, as the default terminal configuration is NOT
63 bool "Connect the UART to the invoking shell stdin/stdout (deprecated)"
/Zephyr-latest/drivers/input/
DKconfig.kbd_matrix39 bool "Input kbd_matrix_state shell command"
42 Enable an input kbd_matrix_state shell command to log the state of a
51 kbd_matrix_state shell command.
/Zephyr-latest/subsys/storage/flash_map/
DKconfig19 bool "Flash map shell interface"
23 This enables shell commands to list and test flash maps.
43 flash_map list shell command.
/Zephyr-latest/samples/subsys/profiling/perf/
DREADME.rst25 * After the sample has started, enter the shell command:
36 * Print the samples captured by perf in the terminal with the shell command:
63 .. code-block:: shell
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_util.c20 static bool check_valid_data_rate(const struct shell *sh, in check_valid_data_rate()
83 static int nrf_wifi_util_set_he_ltf(const struct shell *sh, in nrf_wifi_util_set_he_ltf()
114 static int nrf_wifi_util_set_he_gi(const struct shell *sh, in nrf_wifi_util_set_he_gi()
145 static int nrf_wifi_util_set_he_ltf_gi(const struct shell *sh, in nrf_wifi_util_set_he_ltf_gi()
182 static int nrf_wifi_util_set_uapsd_queue(const struct shell *sh, in nrf_wifi_util_set_uapsd_queue()
221 static int nrf_wifi_util_show_cfg(const struct shell *sh, in nrf_wifi_util_show_cfg()
265 static int nrf_wifi_util_tx_stats(const struct shell *sh, in nrf_wifi_util_tx_stats()
328 static int nrf_wifi_util_tx_rate(const struct shell *sh, in nrf_wifi_util_tx_rate()
395 static int nrf_wifi_util_show_host_rpu_ps_ctrl_state(const struct shell *sh, in nrf_wifi_util_show_host_rpu_ps_ctrl_state()
420 static int nrf_wifi_util_show_vers(const struct shell *sh, in nrf_wifi_util_show_vers()
[all …]
/Zephyr-latest/doc/hardware/peripherals/can/
Dindex.rst11 shell.rst
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_flash_partition.c654 static int cmd_coredump_error_get(const struct shell *sh, in cmd_coredump_error_get()
677 static int cmd_coredump_error_clear(const struct shell *sh, in cmd_coredump_error_clear()
695 static int cmd_coredump_has_stored_dump(const struct shell *sh, in cmd_coredump_has_stored_dump()
725 static int cmd_coredump_verify_stored_dump(const struct shell *sh, in cmd_coredump_verify_stored_dump()
756 static void flush_print_buf(const struct shell *sh) in flush_print_buf()
779 const struct shell *sh = (const struct shell *)arg; in cb_print_stored_dump()
824 static int cmd_coredump_print_stored_dump(const struct shell *sh, in cmd_coredump_print_stored_dump()
885 static int cmd_coredump_erase_stored_dump(const struct shell *sh, in cmd_coredump_erase_stored_dump()
/Zephyr-latest/samples/boards/nxp/s32/netc/
DREADME.rst18 The sample enables the net-shell and mdio-shell (only available when Zephyr
19 controls PSI) to allow users visualize the networking settings. Telnet shell
49 [00:00:00.058,000] <inf> shell_telnet: Telnet shell backend initialized
74 [00:00:00.058,000] <inf> shell_telnet: Telnet shell backend initialized
117 the following commands from the Zephyr shell:
/Zephyr-latest/subsys/bluetooth/common/
Dbt_shell_private.c20 const struct shell *sh; in wall_vfprintf()
36 const struct shell *sh; in bt_shell_hexdump()
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
D__init__.py9 from twister_harness.helpers.shell import Shell

12345678910>>...60