Home
last modified time | relevance | path

Searched refs:command (Results 76 – 100 of 853) sorted by relevance

12345678910>>...35

/Zephyr-4.1.0/tests/drivers/build_all/auxdisplay/
Di2c_devices.overlay33 command-delay-ms = <10>;
34 special-command-delay-ms = <50>;
/Zephyr-4.1.0/subsys/mgmt/mcumgr/smp_client/
DKconfig17 int "SMP command lifetime in seconds"
25 int "SMP command re-send period in ms"
30 a command.
/Zephyr-4.1.0/samples/drivers/memc/boards/
Dapollo3p_evb.overlay44 read-command = <0xEB>;
45 write-command = <0x38>;
46 command-length = "INSTR_1_BYTE";
/Zephyr-4.1.0/samples/drivers/mspi/mspi_async/boards/
Dapollo3p_evb.overlay44 read-command = <0xEB>;
45 write-command = <0x38>;
46 command-length = "INSTR_1_BYTE";
/Zephyr-4.1.0/tests/drivers/mspi/flash/boards/
Dapollo3p_evb.overlay39 read-command = <0x0B>;
40 write-command = <0x02>;
41 command-length = "INSTR_1_BYTE";
/Zephyr-4.1.0/scripts/west_commands/runners/
Dnsim.py61 def do_run(self, command, **kwargs): argument
66 if command == 'flash':
68 elif command == 'debug':
Dlinkserver.py119 def do_run(self, command, **kwargs): argument
124 if command == 'flash':
143 if command in ('debug', 'attach'):
152 if command == 'debug':
155 if command == 'attach':
160 elif command == 'debugserver':
Dnxp_s32dbg.py256 def do_run(self, command: str, **kwargs) -> None:
277 if command in ('attach', 'debug'):
279 self.do_attach_debug(command, **kwargs)
283 def do_attach_debug(self, command: str, **kwargs) -> None:
296 if command == 'debug':
306 if command == 'debug':
313 if command == 'debug':
Dteensy.py41 def do_run(self, command): argument
43 if command == 'flash':
Dopenocd.py246 def do_run(self, command, **kwargs): argument
258 if command == 'flash' and self.use_elf:
260 elif command == 'flash':
262 elif command in ('attach', 'debug', 'rtt'):
263 self.do_attach_debug_rtt(command, **kwargs)
264 elif command == 'load':
370 def do_attach_debug_rtt(self, command, **kwargs): argument
395 if command == 'debug':
401 if command == 'rtt':
421 if command in ('attach', 'debug'):
[all …]
/Zephyr-4.1.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst28 Read/write setting command
31 Read/write setting command allows updating a setting entry on a device or
186 The command sends an empty CBOR map as data if successful. In case of error the CBOR data takes
226 Delete setting command
229 Delete setting command allows deleting a setting on a device.
276 The command sends an empty CBOR map as data if successful. In case of error the CBOR data takes
316 Commit settings command
319 Commit settings command allows committing all settings that have been set but not yet applied on a
336 The command sends an empty CBOR map as data.
352 The command sends an empty CBOR map as data if successful. In case of error the CBOR data takes
[all …]
/Zephyr-4.1.0/drivers/serial/
Duart_native_pty_bottom.c117 char command[strlen(auto_attach_cmd) + strlen(slave_pty) + 1]; in attach_to_pty() local
119 sprintf(command, auto_attach_cmd, slave_pty); in attach_to_pty()
121 int ret = system(command); in attach_to_pty()
124 WARN("Could not attach to the UART with \"%s\"\n", command); in attach_to_pty()
/Zephyr-4.1.0/drivers/spi/
Dspi_it8xxx2.c78 } __packed command; member
228 data->cmdq_data.command.fields.cs_active = 1; in spi_it8xxx2_tx()
230 data->cmdq_data.command.fields.cs_active = 0; in spi_it8xxx2_tx()
232 data->cmdq_data.command.fields.cmd_end = 1; in spi_it8xxx2_tx()
233 data->cmdq_data.command.fields.read_write = 0; in spi_it8xxx2_tx()
260 data->cmdq_data.command.fields.cs_active = 1; in spi_it8xxx2_rx()
262 data->cmdq_data.command.fields.cs_active = 0; in spi_it8xxx2_rx()
264 data->cmdq_data.command.fields.cmd_end = 1; in spi_it8xxx2_rx()
265 data->cmdq_data.command.fields.read_write = 1; in spi_it8xxx2_rx()
280 data->cmdq_data.command.fields.cmd_end = 1; in spi_it8xxx2_tx_rx()
[all …]
/Zephyr-4.1.0/drivers/w1/
Dw1_net.c64 static int search_slave(const struct device *dev, uint8_t command, in search_slave() argument
74 __ASSERT_NO_MSG(command == W1_CMD_SEARCH_ROM || in search_slave()
75 command == W1_CMD_SEARCH_ALARM); in search_slave()
86 ret = w1_write_byte(dev, command); in search_slave()
159 int z_impl_w1_search_bus(const struct device *dev, uint8_t command, in z_impl_w1_search_bus() argument
172 ret = search_slave(dev, command, family, &last_discrepancy, in z_impl_w1_search_bus()
/Zephyr-4.1.0/doc/develop/west/
Dsign.rst6 The ``west sign`` :ref:`extension <west-extensions>` command can be used to
10 the image together. Run ``west sign -h`` for command line help.
27 difficult. Reproducing a lower ``west sign`` command to debug some build-time issue
54 The ``extra-args`` are passed directly to the ``rimage`` command. The example
55 above has the same effect as appending them on command line after ``--`` like this:
57 both are used, the command-line arguments go last.
/Zephyr-4.1.0/drivers/i2c/
DKconfig.it8xxx242 bool "IT8XXX2 I2C command queue mode"
46 This is an option to enable command queue mode which can
49 I2C command queue mode of it8xxx2 can support I2C APIs
57 This is the command queue mode payload size which size
/Zephyr-4.1.0/samples/subsys/usb/console/
DREADME.rst32 from the sample, use a command similar to :command:`minicom -D /dev/ttyACM0`.
44 You may need to stop :program:`modemmanager` via :command:`sudo stop modemmanager`, if it is
/Zephyr-4.1.0/subsys/bluetooth/controller/
DKconfig.dtm27 Enable support for the DTM Receiver test command v3.
33 Enable support for the DTM Transmitter test command v3.
39 Enable support for the DTM Transmitter test command v4.
/Zephyr-4.1.0/subsys/mgmt/mcumgr/smp/
DKconfig22 Builtin command processors rarely add large amounts of
35 A group or command that adds additional maps/lists above the
74 be expected to be decoded within different command groups.
79 For example if command accepts payload of map of parameters
91 A group or command that adds additional maps/lists above the
136 bool "SMP command status hooks"
139 This will enable SMP command status notification hooks for when an SMP message is
148 whereby there is a dedicated entry for command error/result codes.
/Zephyr-4.1.0/samples/posix/env/
DREADME.rst41 The shell command below shows how to create a new environment variable or update the value
58 The shell command below may be used to display the value associated with one environment variable.
65 The shell command below may be used to display all environment variables and their associated
78 The shell command below may be used to unset environment variables.
/Zephyr-4.1.0/cmake/bintools/arcmwdt/
Dtarget_bintools.cmake1 # - memusage: Name of command for memusage
12 # MWDT toolchain does not support all options in a single command
45 # - disassembly : Name of command for disassembly of files
63 # - readelf : Name of command for reading elf files.
82 # - strip: Name of command for stripping symbols
95 # Any flag the strip command requires for processing
/Zephyr-4.1.0/include/zephyr/audio/
Dmidi.h132 #define UMP_MIDI1_CHANNEL_VOICE(group, command, channel, p1, p2) \ argument
136 | (((command) & 0x0f) << 20) \
/Zephyr-4.1.0/boards/arduino/uno_r4/doc/
Dindex.rst43 You can build and flash with ``west flash`` command (See
62 Debugging can be done with ``west debug`` command.
63 The following command is debugging the :zephyr:code-sample:`blinky` application.
85 If not installed yet, execute the following command to install CMSIS-Pack for Arduino UNO R4.
95 If you corrupt the Arduino bootloader, you can restore it with the following command.
/Zephyr-4.1.0/doc/develop/debug/
Dindex.rst60 Running QEMU via :command:`ninja`
71 directory. You may monitor this file during the run with :command:`tail -f
74 Running QEMU via :command:`west`
84 :command:`west`.
86 Configuring the :command:`gdbserver` listening device
100 Connect to the server by running :command:`gdb` and giving these commands:
116 including the directory from which you invoked :command:`gdb`. This example
128 option when invoking :command:`gdb` or give the ``tui enable`` command within
129 :command:`gdb`.
137 Finally, the command below connects to the GDB server using the :abbr:`DDD
[all …]
/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/host/
Dgap.rst15 :kconfig:option:`CONFIG_BT_ID_MAX`. To create a new identity, use :code:`bt id-create` command. You
22 Start scanning by using the :code:`bt scan on` command. Depending on the environment you're in, you
46 command followed by the type of filters. You can add multiple filters by using the commands again.
67 You can use the command :code:`bt scan on` to create an *active* scanner, meaning that the scanner
69 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not
76 :code:`bt connect` command with the address and the type as arguments.
91 You can list the active connections of the shell using the :code:`bt connections` command. The shell
94 :code:`bt disconnect <address: XX:XX:XX:XX:XX:XX> <type: (public|random)>` command.
99 simply running the :code:`bt connect` command.
101 Alternatively, you can use the :code:`bt connect-name <name>` command to automatically
[all …]

12345678910>>...35