Home
last modified time | relevance | path

Searched refs:command (Results 201 – 225 of 853) sorted by relevance

12345678910>>...35

/Zephyr-latest/drivers/sensor/fcx_mldx5/
Dfcx_mldx5.c150 const char *command = fcx_mldx5_cmds[cmd]; in fcx_mldx5_frame_verify() local
155 if (fcx_mldx5_frame_check_error(data, command) != 0) { in fcx_mldx5_frame_verify()
158 LOG_ERR("Expected command %s frame length %u not %u", command, frame_len, in fcx_mldx5_frame_verify()
164 } else if (strncmp(command, command_received, FCX_MLDX5_CMD_LEN) != 0) { in fcx_mldx5_frame_verify()
165 LOG_ERR("Expected command %s not %.*s", command, FCX_MLDX5_CMD_LEN, in fcx_mldx5_frame_verify()
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Dboard.cmake4 # by a command-line argument.
9 # Set RPI_PICO_DEBUG_ADAPTER to select debug adapter by command-line arguments.
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dboard.cmake4 # by a command-line argument.
9 # Set RPI_PICO_DEBUG_ADAPTER to select debug adapter by command-line arguments.
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Dappli_dl_cmd.gdb15 # Execute OpenOCD "resume" command to keep the target running, then quit gdb.
/Zephyr-latest/boards/dragino/nbsn95/support/
Dopenocd.cfg13 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/
Dlinker.ld1 /* linker.ld - Linker command/script file */
/Zephyr-latest/subsys/sd/
DKconfig53 Number of times to retry SD OCR read command. OCR reads typically
84 int "Number of times to retry sending command to card"
87 Number of times to retry sending command to SD card in case of failure
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst36 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
45 It is recommended running the command above after :file:`west update`.
86 To build the sample application using sysbuild use the command:
152 Open the serial monitor using the following command:
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst25 The command is used to obtain data for group specified by a name.
138 The command is used to obtain list of groups of statistics that are gathered
141 calls, within module that gathers the statistics; this means that this command
159 The command sends an empty CBOR map as data.
/Zephyr-latest/cmake/modules/
Dshields.cmake117 # Prepare shield usage command printing.
118 # This command prints all shields in the system in the following cases:
120 # - User invokes '<build-command> shields' target
138 # Each shield is printed as new command because build files are not fond of newlines.
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/
DREADME.rst77 To run both QEMU sides, repeat the west build command followed
90 On the console just use the ``ivshmem_ipm_send`` command
92 go to the other terminal window and check with ``ivshmem`` command:
107 instance and use the command to send the IPM notification followed
/Zephyr-latest/scripts/west_commands/runners/
Dhifive1.py38 def do_run(self, command, **kwargs): argument
/Zephyr-latest/cmake/compiler/gcc/
Dgeneric.cmake24 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c761 uint16_t command; in main() local
798 edtt_read((uint8_t *)&command, sizeof(command), EDTTT_BLOCK); in main()
799 command = sys_le16_to_cpu(command); in main()
804 command, size, m_events); in main()
806 switch (command) { in main()
865 size - 2, command + 1); in main()
/Zephyr-latest/scripts/tests/twister/
DREADME.md25 The coverage for all the tests can be run using the command below. This will collect all the tests …
37 To generate the coverage report for twister script use below command
/Zephyr-latest/cmake/bintools/arcmwdt/
Delfconvert_command.cmake1 # For MWDT the elfconvert command is made into a script.
2 # Reason for that is because not a single command covers all use cases,
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.c160 int ft8xx_drv_command(const struct device *dev, uint8_t command) in ft8xx_drv_command() argument
167 uint8_t cmd_buf[COMMAND_SIZE] = {command, 0, 0}; in ft8xx_drv_command()
/Zephyr-latest/soc/gaisler/leon3/
Dlinker.ld9 * @brief Linker command/script file
/Zephyr-latest/cmake/compiler/xcc/
Dgeneric.cmake25 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
/Zephyr-latest/boards/st/nucleo_l031k6/support/
Dopenocd.cfg9 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/boards/st/nucleo_g031k8/support/
Dopenocd.cfg10 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/boards/st/nucleo_l011k4/support/
Dopenocd.cfg11 # There is only system reset line and JTAG/SWD command can be issued when SRST
/Zephyr-latest/subsys/shell/modules/
DKconfig24 This shell command provides read/write access to physical memory.
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst159 The ``net bridge`` command will show the current status of the bridging:
167 The ``addif`` command adds Ethernet interfaces 2 and 3 to the bridge interface 1.
168 After the ``addif`` command, the bridging is still disabled because the bridge interface
169 is not up by default. The ``net iface up`` command will turn on bridging.
178 can be removed from the bridge using ``delif`` command.
/Zephyr-latest/scripts/native_simulator/common/other/
Dlinker_script.pre.ld9 * @brief Linker command/script file for the native simulator runner

12345678910>>...35