Home
last modified time | relevance | path

Searched refs:command (Results 376 – 400 of 805) sorted by relevance

1...<<11121314151617181920>>...33

/Zephyr-latest/subsys/storage/flash_map/
DKconfig43 flash_map list shell command.
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst93 | ``Command ID`` | This is a command, within ``Group``. |
157 Regardless of a command issued, as long as there is SMP client on the
205 Note that in the case of a successful command, an empty map will be returned (``rc``/``err`` is
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c83 struct ieee802154_command *cmd = mpdu->command; in test_beacon_request()
97 struct ieee802154_command *cmd = mpdu->command; in test_association_request()
117 struct ieee802154_command *cmd = mpdu->command; in test_disassociation_notification()
/Zephyr-latest/boards/adi/max32662evkit/doc/
Dindex.rst215 ``west flash`` command to write a firmware image into flash.
221 appending ``--runner jlink`` to your ``west`` command(s). The J-Link should
228 Please refer to the `Flashing`_ section and run the ``west debug`` command
/Zephyr-latest/samples/subsys/zbus/remote_mock/
DREADME.rst59 The :file:`remote_mock.py` script can be executed using the following command:
66 Note the run command above prints the value of pts port because it is running in
/Zephyr-latest/samples/subsys/zbus/uart_bridge/
DREADME.rst64 The :file:`decoder.py` script can be executed using the following command:
71 Note the run command above prints the value of pts port because it is running in
/Zephyr-latest/boards/seagate/legend/doc/
Dindex.rst124 computer, then you can simply run the ``west flash`` command to write a firmware
130 Please refer to the `Flashing`_ section and run the ``west debug`` command
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/doc/
Dindex.rst136 To use the BLE function, run the command below to retrieve necessary binary
144 command. The :zephyr:code-sample:`bluetooth_observer` sample application is used in
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/doc/
Dindex.rst137 To use the BLE function, run the command below to retrieve necessary binary
145 command. The :zephyr:code-sample:`bluetooth_observer` sample application is used in
/Zephyr-latest/drivers/espi/
DKconfig.npcx27 int "Host I/O peripheral port size for ec host command in npcx series"
32 the shared memory region to return the host command parameter data.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell40 If enabled, will time out a partial or erroneous MCUmgr command
/Zephyr-latest/doc/develop/west/
Dmoving-to-west.rst53 **Make sure to run this command whenever you pull zephyr.** Otherwise, your
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld9 * @brief Linker command/script file
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c269 struct ieee802154_command *command = (struct ieee802154_command *)buf; in validate_mac_command() local
281 switch (command->cfi) { in validate_mac_command()
296 if (command->cfi == IEEE802154_CFI_DISASSOCIATION_NOTIFICATION) { in validate_mac_command()
366 mpdu->command = command; in validate_mac_command()
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst166 You can use the following command to start GUI debugging when running application on nSIM simulator
173 You can use the following command to start GUI debugging when running application on `HAPS`_
183 need to pass ``-v`` flag to the wrapper. For example, if you run the following command:
212 It is strongly recommended to not rely on the mdb command line options listed above but
239 The normal ``west debug`` command won't work for debugging applications using nsim boards
246 server and wait for a remote connection with following command:
257 This command loads the symbol table from the elf binary file, for example the
/Zephyr-latest/samples/subsys/usb/hid-mouse/
DREADME.rst56 The board will be detected as shown by the Linux dmesg command:
70 You can also monitor mouse events by using the standard Linux ``evtest`` command
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake18 # link libraries, instead we must control the link command specifically as
143 # command invocation.
/Zephyr-latest/drivers/display/
Ddisplay_ist3931.c40 static int ist3931_write_bus(const struct device *dev, uint8_t *buf, bool command, in ist3931_write_bus() argument
44 const uint8_t control_byte = command ? IST3931_CMD_BYTE : IST3931_DATA_BYTE; in ist3931_write_bus()
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/doc/
Dindex.rst147 To use the BLE function, run the command below to retrieve necessary binary
155 command. The :zephyr:code-sample:`bluetooth_observer` sample application is used in
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_reference_api.h153 static inline void cmd(uint32_t command) in cmd() argument
155 ft8xx_copro_cmd(command); in cmd()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h1201 int media_proxy_ctrl_send_command(struct media_player *player, const struct mpl_cmd *command);
1535 void (*send_command)(const struct mpl_cmd *command);
/Zephyr-latest/boards/nxp/lpcxpresso11u68/doc/
Dindex.rst126 #. Next, simply run the ``west flash`` command
131 Please refer to the `Flashing`_ section and run the ``west debug`` command
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/
Dindex.rst70 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
79 It is recommended running the command above after :file:`west update`.
120 To build the sample application using sysbuild use the command:
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py713 def run(self, command: str, **kwargs):
718 if command not in caps.commands:
720 self.do_run(command, **kwargs)
723 def do_run(self, command: str, **kwargs):
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst90 and port during runtime, you can use the following command:
140 following command:
177 Once you run the command, it will prompt you to enter your Country,
200 * Following command imports a .p12 into pkcs12 Java keystore

1...<<11121314151617181920>>...33