Searched refs:send (Results 101 – 125 of 567) sorted by relevance
12345678910>>...23
/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 26 |isotp_(bind|recv(_net)?|send(_net)?(_ctx)?_buf) 33 |websocket_(send|recv)_msg
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_mbox.c | 93 .send = ipm_mbox_send,
|
D | ipm_ivshmem.c | 115 .send = ivshmem_ipm_send,
|
/Zephyr-latest/drivers/net/ |
D | loopback.c | 169 .send = loopback_send,
|
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/ |
D | README.rst | 23 send scan requests.
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 135 int sent_len = send(client, data, len, 0); in main()
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.loopback | 44 The send functions puts frame int this queue and TX thread takes the
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 40 send two newlines during initialization. 204 send two newlines during initialization. 392 send two newlines during initialization. 489 send two newlines during initialization. 511 int "Telnet line send timeout" 605 send two newlines during initialization. 642 int "Websocket line send timeout" 707 send two newlines during initialization. 766 the shell will send two newlines during initialization.
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/src/ |
D | main.c | 219 if (send(client, header, sizeof(header), 0) < 0) { in modbus_tcp_reply() 223 if (send(client, adu->data, adu->length, 0) < 0) { in modbus_tcp_reply()
|
/Zephyr-latest/samples/drivers/lora/receive/ |
D | README.rst | 15 LoRa send sample :zephyr:code-sample:`lora-send` on another board within range.
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | lifos.rst | 88 to send data to one or more consumer threads. 102 /* create data item to send */ 105 /* send data to consumers */
|
D | message_queues.rst | 7 message queue, allowing threads and ISRs to asynchronously send and receive 37 If a thread attempts to send a data item when the ring buffer is full, 120 /* create data item to send (e.g. measurement, timestamp, ...) */ 123 /* send data to consumers */
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig | 33 retry to send notification that failed due to lack of TX buffers
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 25 doesn't allow to send a postponed response, for example from a work queue.
|
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/ |
D | README.rst | 13 This sample will scan for the corresponding sync sample and send the required
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 57 …re Data item size Data Alignment ISRs can receive? ISRs can send? Overrun handling 79 [5] ISRS can send and/or receive only when passing K_NO_WAIT as the
|
/Zephyr-latest/subsys/modem/backends/ |
D | Kconfig | 33 The backend will anyway send the event before this delay if buffer space runs out.
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | README.rst | 11 sample application uses a mailbox to send messages from one
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd_srv.h | 196 int (*send)(struct bt_mesh_dfd_srv *srv, member
|
/Zephyr-latest/samples/net/sockets/can/ |
D | README.rst | 20 * Send function which starts to send raw CAN frames to the bus.
|
/Zephyr-latest/samples/net/syslog_net/ |
D | README.rst | 11 send syslog messages to a remote server, as configured in ``prj.conf``.
|
/Zephyr-latest/tests/posix/headers/src/ |
D | sys_socket_h.c | 113 zassert_not_null(send); in ZTEST()
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 98 node is allowed to send active error frames, ACK, and overload frames. 102 In this state, the node is not allowed to send error-active frames anymore. 104 bus-off state. In this state, the node is not allowed to send any dominant bits 121 The following code snippets show how to send data. 126 the send function blocks until the frame is sent and acknowledged by at least 147 This example shows how to send a frame with extended identifier 0x1234567 and
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 54 Zephyr will send captured network packets to one of these interfaces. 94 to provide an UDP listener so that the host will not send port unreachable 102 it depends on how the Zephyr is configured. Zephyr will send UDP packets 197 Note that we send the network traffic to the same interface that we are 217 After enabling the monitoring, the system will send captured (either received
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 23 Application, Radio, PPR and FLPR cores send logs to an ETR buffer. 30 Application, Radio, PPR and FLPR cores send logs to the ETR buffer.
|
12345678910>>...23