Searched refs:send (Results 326 – 350 of 567) sorted by relevance
1...<<11121314151617181920>>...23
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 25 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/ |
D | ipc_icbmsg.c | 1053 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/ |
D | ec_host_cmd_backend_shi_ite.c | 538 .send = shi_ite_backend_send,
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_renesas_ra.c | 306 .send = renesas_ra_eth_tx,
|
D | eth_e1000.c | 279 .send = e1000_send,
|
D | eth_ivshmem.c | 387 .send = eth_ivshmem_send,
|
/Zephyr-latest/boards/seeed/seeeduino_xiao/doc/ |
D | index.rst | 137 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/samples/drivers/uart/native_tty/ |
D | README.rst | 5 Use native TTY driver to send and receive data between two UART-to-USB bridge dongles.
|
/Zephyr-latest/boards/tdk/robokit1/doc/ |
D | index.rst | 139 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 65 message. If the BLOB Transfer Client does not send a message before the transfer timer expires, the
|
D | shell.rst | 61 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/ |
D | hci_stm32wba.c | 482 .send = bt_hci_stm32wba_send,
|
/Zephyr-latest/drivers/can/ |
D | can_loopback.c | 374 .send = can_loopback_send,
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 183 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in ppp_send()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | bridge.c | 458 .send = bridge_iface_send,
|
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/ |
D | main.c | 139 return modem_ppp_ppp_api.send(&ppp_net_dev, pkt); in test_net_send()
|
/Zephyr-latest/boards/adafruit/trinket_m0/doc/ |
D | index.rst | 131 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/adafruit/feather_m0_lora/doc/ |
D | index.rst | 137 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/doc/ |
D | index.rst | 146 The -o option tells minicom not to send the modem initialization string.
|
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/ |
D | index.rst | 157 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/ |
D | index.rst | 162 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_shell.c | 382 SHELL_CMD_ARG(send, NULL, "<method> <token> <a0> [<a1> <a2> ... <a7>]", cmd_send, 4, 7),
|
/Zephyr-latest/tests/net/lib/dns_addremove/src/ |
D | main.c | 122 .send = sender_iface,
|
/Zephyr-latest/tests/net/lib/mdns_responder/src/ |
D | main.c | 166 .send = sender_iface,
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 245 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