Searched refs:send (Results 151 – 175 of 567) sorted by relevance
12345678910>>...23
/Zephyr-latest/drivers/ipm/ |
D | ipm_mcux.c | 186 .send = mcux_mailbox_ipm_send,
|
D | ipm_mhu.c | 167 .send = ipm_mhu_send,
|
/Zephyr-latest/drivers/modem/ |
D | modem_shell.c | 206 SHELL_CMD(send, NULL, "Send an AT <command> to a registered modem "
|
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/ |
D | test_hci_uart_async.c | 42 .send = drv_send,
|
/Zephyr-latest/tests/net/pm/src/ |
D | main.c | 90 .send = fake_dev_send,
|
/Zephyr-latest/tests/net/route_mcast/src/ |
D | main.c | 253 .send = iface_send, 258 .send = iface_send, 263 .send = iface_send,
|
/Zephyr-latest/boards/gd/gd32f403z_eval/doc/ |
D | index.rst | 123 The -o option tells minicom not to send the modem initialization 184 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 128 The -o option tells minicom not to send the modem initialization 188 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/gd/gd32e103v_eval/doc/ |
D | index.rst | 120 The -o option tells minicom not to send the modem initialization 181 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/tests/net/route/src/ |
D | main.c | 213 .send = tester_send, 218 .send = tester_send_peer,
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | rfcomm.c | 240 SHELL_CMD_ARG(send, NULL, "<number of packets>", cmd_send, 2, 0),
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_stm32_hsem.c | 245 .send = mbox_stm32_hsem_send,
|
D | mbox_andes_plic_sw.c | 108 .send = mbox_plic_send,
|
D | mbox_nrfx_ipc.c | 194 .send = mbox_nrf_send,
|
D | mbox_nxp_imx_mu.c | 117 .send = nxp_imx_mu_send,
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 37 many CF the sender is allowed to send, before he has to wait for another FC.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 20 The SDHC api is designed to provide a generic way to send commands to and
|
/Zephyr-latest/samples/net/capture/src/ |
D | main.c | 120 SHELL_CMD(send, NULL,
|
/Zephyr-latest/include/zephyr/net/ |
D | virtual.h | 107 int (*send)(struct net_if *iface, struct net_pkt *pkt); member
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | Kconfig | 64 int "Interval in milliseconds to send network stats over websocket"
|
/Zephyr-latest/tests/net/shell/src/ |
D | main.c | 132 .send = tester_send,
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 134 .send = test_sender, 139 .send = test_receiver, 166 .send = NULL,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_gatt.c | 250 .send = buf_send,
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_uart.c | 203 .send = hdlc_send,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_client.rst | 13 The HTTP client library allows you to send HTTP requests and
|
12345678910>>...23