Home
last modified time | relevance | path

Searched refs:send (Results 326 – 350 of 567) sorted by relevance

1...<<11121314151617181920>>...23

/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst25 possible to asynchronously send commands to the target.
49 Since serial backend utilizes UART devices to send and receive GDB commands,
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c1053 static int send(const struct device *instance, void *token, const void *msg, size_t len) in send() function
1288 .send = send,
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_ite.c538 .send = shi_ite_backend_send,
/Zephyr-latest/drivers/ethernet/
Deth_renesas_ra.c306 .send = renesas_ra_eth_tx,
Deth_e1000.c279 .send = e1000_send,
Deth_ivshmem.c387 .send = eth_ivshmem_send,
/Zephyr-latest/boards/seeed/seeeduino_xiao/doc/
Dindex.rst137 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/samples/drivers/uart/native_tty/
DREADME.rst5 Use native TTY driver to send and receive data between two UART-to-USB bridge dongles.
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst139 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst65 message. If the BLOB Transfer Client does not send a message before the transfer timer expires, the
Dshell.rst61 By default, the transmission parameters are set to send messages to the provisioned address and
85 the Bluetooth Mesh shell can send raw mesh messages through the network.
87 For example, to send a Generic OnOff Set message, call::
89 uart:~$ mesh test net-send 82020100
96 the device will only send packets to itself. To change the destination address to the All Nodes
102 configured network and application keys will receive and process the messages we send.
230 ``mesh test net-send <HexString>``
236 * ``HexString`` Raw hexadecimal representation of the message to send.
484 * ``NetKeyIdx``: Index of the network key to send Solicitation PDUs to.
1086 Perform a BLOB transfer to Target nodes. The BLOB Transfer Client will send a dummy BLOB to
[all …]
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wba.c482 .send = bt_hci_stm32wba_send,
/Zephyr-latest/drivers/can/
Dcan_loopback.c374 .send = can_loopback_send,
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c183 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in ppp_send()
/Zephyr-latest/subsys/net/l2/ethernet/
Dbridge.c458 .send = bridge_iface_send,
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c139 return modem_ppp_ppp_api.send(&ppp_net_dev, pkt); in test_net_send()
/Zephyr-latest/boards/adafruit/trinket_m0/doc/
Dindex.rst131 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/boards/adafruit/feather_m0_lora/doc/
Dindex.rst137 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/doc/
Dindex.rst146 The -o option tells minicom not to send the modem initialization string.
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/
Dindex.rst157 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/
Dindex.rst162 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_shell.c382 SHELL_CMD_ARG(send, NULL, "<method> <token> <a0> [<a1> <a2> ... <a7>]", cmd_send, 4, 7),
/Zephyr-latest/tests/net/lib/dns_addremove/src/
Dmain.c122 .send = sender_iface,
/Zephyr-latest/tests/net/lib/mdns_responder/src/
Dmain.c166 .send = sender_iface,
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst245 CAN frames can be queued for transmission using the ``can send`` subcommand as shown below. The
252 uart:~$ can send can@0 010 1 2 3 4 5 6 7 8

1...<<11121314151617181920>>...23