/Zephyr-latest/drivers/can/ |
D | can_sam0.c | 170 .send = can_mcan_send,
|
D | can_esp32_twai.c | 229 .send = can_sja1000_send,
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 65 thread can send and receive a 16-byte message from a message queue.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 639 static int send(struct bt_mesh_rpr_cli *cli, struct net_buf_simple *buf, in send() function 697 return send(bearer.cli, buf, cb_data); in pb_send() 754 .send = pb_send,
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 180 .send = eth_tx, 245 .send = eth_tx_embed_ll_hdr, 294 .send = sender_iface,
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 44 default key, the CP can send a KEYSET command to set new keys to the PD. 225 - 03: the PD can send card data to the CP as array of bits, or as an
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 17 are able to either send or receive at the same time. 233 be placed to a higher priority network queue in order to send or receive it 235 fastest way to send a packet out, is to directly send the packet without
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | isotp.c | 1192 static int send(struct isotp_send_ctx *sctx, const struct device *can_dev, in send() function 1306 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send() 1332 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_ctx_buf() 1355 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_net_ctx_buf() 1388 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_buf()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_esp32.c | 272 .send = esp32_ipm_send,
|
D | ipm_imx.c | 345 .send = imx_mu_ipm_send,
|
D | ipm_xlnx_ipi.c | 202 .send = xlnx_ipi_send,
|
/Zephyr-latest/drivers/lora/ |
D | shell.c | 321 SHELL_CMD_ARG(send, NULL,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 16 * Source test the media sending. using :code:`a2dp send_media` to send one test packet data.
|
/Zephyr-latest/modules/openthread/platform/ |
D | hdlc_interface.cpp | 234 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
|
/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/ |
D | index.rst | 94 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/include/zephyr/net/ |
D | ppp.h | 60 int (*send)(const struct device *dev, struct net_pkt *pkt); member
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | tcp.c | 38 ssize_t out_len = send(sock, buf, len, 0); in sendall()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 100 ssize_t out_len = send(sock, buf, len, 0); in sendall()
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 46 if one needs to send captured data to multiple different devices,
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | udp.c | 302 SHELL_CMD(send, NULL,
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | can_shell.py | 79 def send(self, msg: Message, timeout: Optional[float] = None) -> None: member in CanShellBus
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 76 packet capturing in core network stack to send the captured packets 254 connect(), send(), recvfrom(), etc.) in order to provide networking capability.
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 124 Use write_shared_memory.sh and ivshmem-client to send a message 178 Use write_shared_memory.sh and ivshmem-client to send a message
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 34 * Define MBOX devices which are used to send the signal that informs the other 182 The packet send procedure is the following:
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 52 NMI_API sint16 send(SOCKET sock, void *pvSendBuffer, 470 ret = send(socket, buf->data, buf->len, 0); in winc1500_send() 611 .send = winc1500_send,
|