Home
last modified time | relevance | path

Searched refs:shell (Results 251 – 275 of 1489) sorted by relevance

1...<<11121314151617181920>>...60

/Zephyr-latest/subsys/net/lib/shell/
Dconn.c29 const struct shell *sh = data->sh; in context_cb()
65 const struct shell *sh = data->sh; in conn_handler_cb()
120 const struct shell *sh = data->sh; in tcp_cb()
138 const struct shell *sh = data->sh; in tcp_sent_list_cb()
210 static int cmd_net_conn(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_conn()
Dudp.c17 static const struct shell *udp_shell;
54 static int cmd_net_udp_bind(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_udp_bind()
155 static int cmd_net_udp_close(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_udp_close()
180 static int cmd_net_udp_send(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_udp_send()
286 static int cmd_net_udp(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_udp()
Dpkt.c104 static void net_pkt_buffer_info(const struct shell *sh, struct net_pkt *pkt) in net_pkt_buffer_info()
128 static void net_pkt_buffer_hexdump(const struct shell *sh, in net_pkt_buffer_hexdump()
147 static int cmd_net_pkt(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_pkt()
Dnbr.c13 static int cmd_net_nbr_rm(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_nbr_rm()
52 const struct shell *sh = data->sh; in nbr_cb()
111 static int cmd_net_nbr(const struct shell *sh, size_t argc, char *argv[]) in cmd_net_nbr()
/Zephyr-latest/doc/develop/west/
Dinstall.rst46 .. _west-shell-completion:
48 Enabling shell completion
51 West currently supports shell completion in the following shells:
57 In order to enable shell completion, you will need to obtain the corresponding
/Zephyr-latest/samples/sensor/sensor_shell/
DREADME.rst2 :name: Sensor shell
5 Interact with sensors using the shell module.
9 This is a simple shell module to get data from sensors presented in the system.
66 undefined behavior like hardware exception. This happens because the shell
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst13 The CAN shell provides a ``can`` command with a set of subcommands for the :ref:`shell <shell_api>`
15 interface without having to write a dedicated application. The CAN shell can also be enabled in
18 The CAN shell provides access to most CAN controller features, including inspection, configuration,
21 In order to enable the CAN shell, the following :ref:`Kconfig <kconfig>` options must be enabled:
38 …e :zephyr:code-sample:`hello_world` sample for the :zephyr:board:`frdm_k64f` with the CAN shell and
47 See the :ref:`shell <shell_api>` documentation for general instructions on how to connect and
48 interact with the shell. The CAN shell comes with built-in help (unless
54 All of the CAN shell subcommands take the name of a CAN controller as their first argument, which
56 list`` shell command when :kconfig:option:`CONFIG_DEVICE_SHELL` is enabled. The examples below
98 The CAN shell allows for configuring the CAN controller mode and timing, along with starting and
[all …]
/Zephyr-latest/subsys/bluetooth/services/ias/
DCMakeLists.txt3 add_subdirectory_ifdef(CONFIG_BT_SHELL shell)
/Zephyr-latest/subsys/shell/modules/
Ddevice_service.c33 const struct shell *sh;
50 static int cmd_device_list(const struct shell *sh, in cmd_device_list()
121 static int cmd_device_pm_toggle(const struct shell *sh, in cmd_device_pm_toggle()
/Zephyr-latest/samples/subsys/logging/dictionary/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay10 zephyr,shell-uart = &uart1;
/Zephyr-latest/samples/subsys/shell/
Dshell.rst1 .. zephyr:code-sample-category:: shell
/Zephyr-latest/drivers/usb_c/ppc/
DCMakeLists.txt5 zephyr_library_sources_ifdef(CONFIG_USBC_PPC_SHELL shell.c)
/Zephyr-latest/drivers/edac/
DCMakeLists.txt7 zephyr_library_sources_ifdef(CONFIG_EDAC_SHELL shell.c)
/Zephyr-latest/subsys/shell/modules/kernel_service/
Dcycles.c12 static int cmd_kernel_cycles(const struct shell *sh, size_t argc, char **argv) in cmd_kernel_cycles()
Dversion.c12 static int cmd_kernel_version(const struct shell *sh, in cmd_kernel_version()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcap_commander.c159 static int cmd_cap_commander_cancel(const struct shell *sh, size_t argc, char *argv[]) in cmd_cap_commander_cancel()
172 static int cmd_cap_commander_discover(const struct shell *sh, size_t argc, char *argv[]) in cmd_cap_commander_discover()
210 static int cmd_cap_commander_change_volume(const struct shell *sh, size_t argc, char *argv[]) in cmd_cap_commander_change_volume()
270 static int cmd_cap_commander_change_volume_mute(const struct shell *sh, size_t argc, char *argv[]) in cmd_cap_commander_change_volume_mute()
321 static int cmd_cap_commander_change_volume_offset(const struct shell *sh, size_t argc, char *argv[]) in cmd_cap_commander_change_volume_offset()
395 static int cmd_cap_commander_change_microphone_mute(const struct shell *sh, size_t argc, in cmd_cap_commander_change_microphone_mute()
448 static int cmd_cap_commander_change_microphone_gain(const struct shell *sh, size_t argc, in cmd_cap_commander_change_microphone_gain()
524 static int cmd_cap_commander_broadcast_reception_start(const struct shell *sh, size_t argc, in cmd_cap_commander_broadcast_reception_start()
693 static int cmd_cap_commander_broadcast_reception_stop(const struct shell *sh, size_t argc, in cmd_cap_commander_broadcast_reception_stop()
769 static int cmd_cap_commander_distribute_broadcast_code(const struct shell *sh, size_t argc, in cmd_cap_commander_distribute_broadcast_code()
[all …]
/Zephyr-latest/samples/shields/npm6001_ek/doc/
Dindex.rst4 Interact with the nPM6001 PMIC using the shell interface.
10 provides a shell interface that allows to test multiple functionalities offered
42 flashed, you should boot into the shell interface. The ``npm6001`` command is
48 The ``npm6001`` shell interface provides the ``regulator`` subcommand to test
116 The ``npm6001`` shell interface provides the ``gpio`` subcommand to test the
157 The ``npm6001`` shell interface provides the ``wdt`` subcommand to test the
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst1 .. zephyr:code-sample:: cfb-shell-sample
2 :name: Character Framebuffer shell module
5 Use the CFB shell module to interact with a monochrome display.
9 This is a simple shell module that exercises displays using the Character
28 cfb - Character Framebuffer shell commands
/Zephyr-latest/lib/posix/
DKconfig8 rsource "shell/Kconfig"
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig.shell5 bool "TLS credentials management shell"
10 Enable shell commands to manage TLS credentials.
/Zephyr-latest/tests/bluetooth/shell/src/
Dmain.c46 static int cmd_hrs_simulate(const struct shell *sh, in cmd_hrs_simulate()
99 static int cmd_hrs(const struct shell *sh, size_t argc, char **argv) in cmd_hrs()
/Zephyr-latest/boards/nxp/s32z2xxdc2/
Ds32z2xxdc2_s32z270_rtu1_B.overlay10 zephyr,shell-uart = &uart0;
Ds32z2xxdc2_s32z270_rtu1_D.overlay10 zephyr,shell-uart = &uart9;
Ds32z2xxdc2_s32z270_rtu0_B.overlay10 zephyr,shell-uart = &uart0;
Ds32z2xxdc2_s32z270_rtu0_D.overlay10 zephyr,shell-uart = &uart9;

1...<<11121314151617181920>>...60