Searched refs:send (Results 451 – 475 of 567) sorted by relevance
1...<<11121314151617181920>>...23
/Zephyr-latest/drivers/can/ |
D | can_mcux_flexcan.c | 1266 .send = mcux_flexcan_send, 1309 .send = mcux_flexcan_send,
|
D | can_tcan4x5x.c | 722 .send = can_mcan_send,
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 480 as well. :c:func:`bt_iso_chan_send` now always sends without timestamp. To send with a timestamp, 533 To send with a timestamp, :c:func:`bt_bap_stream_send_ts` can be used. 536 To send with a timestamp, :c:func:`bt_cap_stream_send_ts` can be used.
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 77 similar to a UART backend in that regard. This will make the client send a character 308 "Value send to ADC driver: %d", 547 * :command:`default` - Shell will send terminal width = 80 to the
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 956 SHELL_CMD_ARG(send, NULL, "Send to ISO Channel [count]", cmd_send, 1, 1),
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 806 .send = &ec_host_cmd_spi_send,
|
D | ec_host_cmd_backend_shi_npcx.c | 1105 .send = shi_npcx_backend_send,
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 948 sock.send(text.encode())
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fmac_main.c | 896 .wifi_iface.send = nrf_wifi_if_send,
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 213 and send multiple events.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_cyclonev.c | 1141 .send = eth_cyclonev_send,
|
D | eth_enc424j600.c | 683 .send = enc424j600_tx,
|
D | eth_nxp_s32_gmac.c | 602 .send = eth_nxp_s32_tx,
|
D | eth_smsc91x.c | 782 .send = eth_tx,
|
D | eth_enc28j60.c | 788 .send = eth_enc28j60_tx,
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 11 that will send IPv4 or IPv6 packets, wait for the data to be sent back,
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 841 SHELL_COND_CMD_ARG(CONFIG_LWM2M_VERSION_1_1, send, NULL,
|
/Zephyr-latest/tests/net/ip-addr/src/ |
D | main.c | 155 .send = tester_send,
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 60 Some terminals send code: 0x08 (backspace) other 0x7F (delete). When
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ecm.c | 641 .send = cdc_ecm_send,
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 64 After the send/receive sequence is complete, the thread will
|
/Zephyr-latest/tests/net/traffic_class/src/ |
D | main.c | 246 .send = eth_tx,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 154 goto send; in send_unseg() 170 send: in send_unseg()
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_wifi.c | 823 .wifi_iface.send = airoc_mgmt_send,
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 13 this page, or you can send a patch yourself.
|
1...<<11121314151617181920>>...23