Searched refs:send (Results 301 – 325 of 585) sorted by relevance
1...<<11121314151617181920>>...24
/Zephyr-latest/drivers/can/ |
D | can_stm32h7_fdcan.c | 219 .send = can_mcan_send,
|
/Zephyr-latest/tests/net/icmpv4/src/ |
D | main.c | 306 .send = tester_send,
|
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/doc/ |
D | index.rst | 110 The -o option tells minicom not to send the modem initialization string.
|
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/ |
D | index.rst | 116 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/adafruit/trinket_m0/doc/ |
D | index.rst | 103 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ambiq.c | 428 .send = bt_apollo_send,
|
/Zephyr-latest/drivers/net/ |
D | slip.c | 423 .send = slip_send,
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/ |
D | README.rst | 103 On the Linux console, send a message to Zephyr which answers with the :samp:`TTY {<addr>}:` prefix.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_litex_liteeth.c | 299 .send = eth_tx
|
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 104 ssize_t out_len = send(sock, buf, len, 0); in sendall()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_stm32_ipcc.c | 280 .send = stm32_ipcc_mailbox_ipm_send,
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_agilex_mailbox_shell.c | 342 SHELL_CMD_ARG(send, NULL,
|
/Zephyr-latest/tests/net/mgmt/src/ |
D | mgmt.c | 120 .send = fake_iface_send,
|
/Zephyr-latest/tests/net/promiscuous/src/ |
D | main.c | 133 .send = eth_fake_send,
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 358 ssize_t send(int sock, const void *buf, size_t len, int flags) in send() function
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_srv.c | 332 goto send; in xfer_status_rsp() 338 goto send; in xfer_status_rsp() 347 send: in xfer_status_rsp()
|
D | rpr_srv.c | 275 goto send; in scan_ext_report_send() 286 send: in scan_ext_report_send() 1018 err = bt_mesh_pb_adv.send(buf, pdu_send_complete, &srv); in handle_pdu_send() 1411 .send = node_refresh_buf_send,
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 100 * If there is a device waiting for address, it will send 157 * The implementation in driver should also send the ``ENEC`` command 165 * The implementation in driver should also send the ``DISEC`` command
|
/Zephyr-latest/boards/shields/esp_8266/doc/ |
D | index.rst | 79 - ESP-8266 bootloader won't send garbage. Try connect at 74880 bps if
|
/Zephyr-latest/boards/atmel/sam/sam4l_ek/doc/ |
D | index.rst | 96 The -o option tells minicom not to send the modem initialization string.
|
/Zephyr-latest/boards/atmel/sam0/same54_xpro/doc/ |
D | index.rst | 139 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/beagle/beagley_ai/doc/ |
D | index.rst | 121 | Once the image name is configured, send the start command.
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 21 Maximum time to wait, in milliseconds, for access to send data with
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_common.h | 413 int (*send)(void *data, uint8_t *buf, int len); member
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 14 traffic in one of the Zephyr network interfaces and send that traffic to
|
1...<<11121314151617181920>>...24