Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 25 of 135) sorted by relevance

123456

/Zephyr-latest/samples/drivers/ipm/ipm_esp32/
DREADME.rst43 PRO_CPU is sending a request, waiting remote response...
45 PRO_CPU is sending a request, waiting remote response...
47 PRO_CPU is sending a request, waiting remote response...
49 PRO_CPU is sending a request, waiting remote response...
51 PRO_CPU is sending a request, waiting remote response...
53 PRO_CPU is sending a request, waiting remote response...
55 PRO_CPU is sending a request, waiting remote response...
57 PRO_CPU is sending a request, waiting remote response...
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_core.rst13 The network subsystem contains two functions for sending and receiving
19 For sending, the ``net_send_data()`` can be used. Typically applications do not
21 for sending and receiving network data.
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst31 A thread that sends a message is known as the **sending thread**,
45 Both the sending thread and the receiving thread supply a message descriptor
47 a message exchange between compatible sending and receiving threads.
69 it is given to a mailbox by the sending thread. The message is then owned
78 A sending thread can specify the address of the thread to which the message
83 A message is exchanged only when the requirements of both the sending thread
97 In a synchronous exchange, the sending thread blocks until the message
99 the sending thread does not wait until the message has been received
100 by another thread before continuing; this allows the sending thread to do
104 by the sending thread.
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.icmsg_me7 int "Size of sending buffer size"
11 Size of a static buffer used for preparring data to send in sending
/Zephyr-latest/subsys/sd/
DKconfig84 int "Number of times to retry sending command to card"
87 Number of times to retry sending command to SD card in case of failure
90 int "Number of times to retry sending data to card"
93 Number of times to retry sending data to SD card in case of failure
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_tracing.rst14 are enabled. The system will start to collect the receiving and sending call
16 It will also collect packet sending or receiving timings i.e., how long
Dnet-stack-architecture.rst57 * **L2 Network Technologies.** This provides a common API for sending and
69 physical sending or receiving of network packets.
127 Data sending (TX)
131 :ref:`BSD socket API <bsd_sockets_interface>` when sending the data.
133 2. The application data is prepared for sending to kernel space and then
/Zephyr-latest/subsys/canbus/isotp/
DKconfig37 int "Ar and As timeout [ms] (sending and receiving timeout)"
56 (for classic CAN) and unused bytes must be padded by the sending
104 int "Number of data buffers for sending data"
116 for sending are allocated from.
124 This option enables buffered sending contexts. This makes send and
128 int "Amount of context buffers for sending data"
/Zephyr-latest/samples/subsys/zbus/uart_bridge/
DREADME.rst34 D: Core sending start measurement with status 0
37 D: Peripheral sending sensor data
47 D: Core sending start measurement with status 1
53 D: Peripheral sending sensor data
/Zephyr-latest/drivers/mipi_dbi/
DKconfig.nxp_lcdic19 Use DMA for transfers when sending data with the LCDIC driver.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dbrg_cfg.rst71 feature on a node by sending a **Subnet Bridge Set** message to the Bridge Configuration
77 The Bridge Configuration Client can add or remove an entry from the Bridging Table by sending a
91 The Bridge Configuration Client can retrieve this information by sending a **Subnet Bridge Get**
95 entries from a Bridging Table by sending a **Bridging Table Get** message to the target node using
98 The Client can get a list of subnets currently bridged by a Subnet Bridge by sending a
103 store. The Client can retrieve this information by sending a **Bridging Table Size Get** message
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst17 An SD host controller is a device capable of sending SD commands to an attached
32 Whether the provided buffer is used for sending or reading data depends on the
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig81 int "Max time (seconds) to wait before sending SEARCHGW"
86 int "Max time (seconds) to wait before sending GWINFO"
/Zephyr-latest/samples/subsys/zbus/benchmark/
DREADME.rst5 Measure the time for sending 256KB from a producer to N consumers.
7 This sample implements an application to measure the time for sending 256KB from the producer to the
/Zephyr-latest/drivers/serial/
DKconfig.altera23 Enabling this will cause the transmitter to wait for rising edge of CTS before sending.
/Zephyr-latest/drivers/lora/
DKconfig.rylrxxx37 …mber of milliseconds before timing out when waiting for acknowledgment from radio after sending cmd
/Zephyr-latest/drivers/i3c/
DKconfig.stm3233 during a single transfer. 2KB guarantees enough heap size for sending 256
/Zephyr-latest/subsys/net/ip/
DKconfig.stack14 TX thread for sending network packets destined to it.
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig63 bool "Skip sending the initial marking byte (0xFF)"
69 completely disable sending/expecting a mark byte to work with
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst12 the received data is printed to the console. When sending the data back,
23 and blocking sending of the data back is done in the interrupt handler, which
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/
DKconfig29 The time (in ms) which the SMP client will wait for a response before re-sending
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst55 ISO sending...
/Zephyr-latest/doc/connectivity/usb/device/api/
Dusb_device.rst15 sending another packet the class driver should wait for the completion of
/Zephyr-latest/samples/net/sockets/net_mgmt/
DREADME.rst11 for network management events that the networking subsystem is sending.
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
DREADME.rst27 The host achieves the average by sending either nominal or nominal ±1 sample
31 feedback code available, returns a feedback value that results in host sending

123456