Searched refs:send (Results 276 – 300 of 567) sorted by relevance
1...<<11121314151617181920>>...23
/Zephyr-latest/drivers/can/ |
D | can_numaker.c | 169 .send = can_mcan_send,
|
/Zephyr-latest/tests/net/icmpv4/src/ |
D | main.c | 306 .send = tester_send,
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 121 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 177 * Then send Zephyr **s19** file from terminal (use ''ascii'' mode) 196 please send ! ('.' & CR stop load)
|
/Zephyr-latest/boards/ezurio/bl654_sensor_board/doc/ |
D | bl654_sensor_board.rst | 155 | 2 | RTS | UART Ready-to-send pin | OUT | 163 | 6 | CTS | UART Clear-to-send pin | IN |
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_stm32_ipcc.c | 280 .send = stm32_ipcc_mailbox_ipm_send,
|
/Zephyr-latest/drivers/net/ |
D | slip.c | 423 .send = slip_send,
|
/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/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/boards/gd/gd32f450i_eval/doc/ |
D | index.rst | 122 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/gd/gd32e507z_eval/doc/ |
D | index.rst | 113 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/gd/gd32f407v_start/doc/ |
D | index.rst | 109 The -o option tells minicom not to send the modem initialization
|
/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/boards/rakwireless/rak4631/doc/ |
D | index.rst | 108 The -o option tells minicom not to send the modem initialization string.
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ambiq.c | 428 .send = bt_apollo_send,
|
D | userchan.c | 410 .send = uc_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/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/subsys/mgmt/osdp/src/ |
D | osdp_common.h | 413 int (*send)(void *data, uint8_t *buf, int len); member
|
/Zephyr-latest/drivers/lora/ |
D | sx126x.c | 468 .send = sx12xx_lora_send,
|
1...<<11121314151617181920>>...23