Home
last modified time | relevance | path

Searched full:sender (Results 1 – 25 of 92) sorted by relevance

1234

/Zephyr-latest/samples/arch/smp/pktqueue/src/
Dmain.c9 /* Amount of parallel processed sender/receiver queues of packet headers */
45 /* Arrays of receiver and sender queues */
46 struct phdr_desc_queue sender[QUEUE_NUM], receiver[QUEUE_NUM]; variable
56 /* Function for initializing "sender" packet header queue */
87 /* Thread takes packet from "sender" queue and puts it to "receiver" queue.
115 /* Take next element from "sender queue" */ in test_thread()
121 /* Thread that processes one pair of sender/receiver queue */
140 (void *)&sender[queue_num], in queue_thread()
145 /* Wait until sender queue is not empty */ in queue_thread()
146 while (sender[queue_num].count != 0) { in queue_thread()
[all …]
/Zephyr-latest/samples/bluetooth/tmap_bms/
DREADME.rst2 :name: Telephone and Media Audio Profile (TMAP) Broadcast Media Sender (BMS)
5 Implement the LE Audio TMAP Broadcast Media Sender (BMS) role.
10 Application demonstrating the TMAP Broadcast Media Sender functionality.
/Zephyr-latest/samples/drivers/espi/src/
Despi_oob_handler.c79 static int retrieve_packet(const struct device *dev, uint8_t *sender) in retrieve_packet() argument
108 if (sender) { in retrieve_packet()
109 *sender = buf[OOB_RESPONSE_SENDER_INDEX]; in retrieve_packet()
177 uint8_t sender; in espihub_thread() local
184 ret = retrieve_packet(context.espi_dev, &sender); in espihub_thread()
186 switch (sender) { in espihub_thread()
199 LOG_INF("Other host sender %x", sender); in espihub_thread()
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst38 The headers then are stored in multiple "sender" queues (the number is defined
39 in QUEUE_NUM). After that for each pair of "sender"/"receiver" queues one thread
40 is created, which will control "sender" queue processing.
43 of them first pick the header from "sender" queue, calculates crc and if
45 time can access to sender or receiver queue.
47 As soon as all headers in each pair of queues are moved from "sender" to
/Zephyr-latest/kernel/
Dmailbox.c101 * @brief Check compatibility of sender's and receiver's message descriptors.
103 * Compares sender's and receiver's message descriptors to see if they are
151 * Notifies the sender that message processing is complete.
165 /* recover sender info */ in mbox_message_dispose()
170 /* update data size field for sender */ in mbox_message_dispose()
218 /* save sender id so it can be used during message matching */ in mbox_message_put()
287 /* synchronous send: sender waits on tx queue for receiver or timeout */ in mbox_message_put()
393 /* search mailbox's tx queue for a compatible sender */ in k_mbox_get()
402 /* take sender out of mailbox's tx queue */ in k_mbox_get()
415 /* didn't find a matching sender */ in k_mbox_get()
[all …]
/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst5 Use the Periodic Advertising Sync Transfer (PAST) feature as the sender.
11 functionality as the sender.
/Zephyr-latest/subsys/net/lib/ptp/
Dbtca.c43 diff = btca_port_id_cmp(&a->receiver, &a->sender); in btca_ds_cmp2()
54 diff = btca_port_id_cmp(&b->receiver, &b->sender); in btca_ds_cmp2()
65 diff = btca_port_id_cmp(&a->sender, &b->sender); in btca_ds_cmp2()
Dmsg.h76 /** PTP Port ID of the sender. */
114 /** Time source of a clock of the sender. */
164 /** Port's ID of the sender of Delay_Req message. */
194 /** Port's ID of the sender of Pdelay_Req message. */
208 /** Port's ID of the sender of Pdelay_Req message. */
301 /** Protocol address of the sender/receiver of the message. */
/Zephyr-latest/samples/net/sockets/txtime/
DREADME.rst2 :name: UDP sender using SO_TXTIME
10 This sample is a simple UDP sender/receiver which will set the
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtmap.h46 /** Unicast Media Sender (UMS) supported */
57 /** Broadcast Media Sender (BMS) supported */
84 * @brief TMAP Unicast Media Sender role
98 * @brief TMAP Broadcast Media Sender role
Dgmap.h49 * @brief Gaming Role Broadcast Game Sender
136 /** Broadcast Game Sender Feature bitfield */
160 /** Remote Broadcast Game Sender features */
/Zephyr-latest/doc/connectivity/canbus/
Disotp.rst22 Additionally, it adds a flow control mechanism to influence the sender's
37 many CF the sender is allowed to send, before he has to wait for another FC.
/Zephyr-latest/dts/bindings/mbox/
Dnxp,s32-mru.yaml21 a devicetree overlay. In turn, the sender(s) must enable the MRU instance of the
23 channels on which the sender is intended to transmit.
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst23 * The sender allocates one or more blocks.
176 #. The sender wants to send a message that contains ``K`` bytes.
177 #. The sender reserves blocks from his ``tx-region`` blocks area that can hold at least ``K + 4`` b…
180 The sender is responsible for block allocation management.
182 #. The sender fills the header with a 32-bit integer value, ``K`` (little-endian).
183 #. The sender fills the remaining part of the blocks with his data.
185 #. The sender sends an ``MSG_DATA`` or ``MSG_BOUND`` control message over ICMsg that contains start…
192 #. The control message travels back to the sender.
193 #. The sender releases the blocks starting from the block number provided in the control message.
/Zephyr-latest/tests/modules/uoscore/src/oscore_testvector_tests/
Doscore_tests.c45 * during normal operation the sender sequence number is in ZTEST()
59 "T1 sender key derivation failed"); in ZTEST()
104 * during normal operation the sender sequence number is in ZTEST()
152 * during normal operation the sender sequence number is in ZTEST()
248 "T4 sender key derivation failed"); in ZTEST()
289 "T6 sender key derivation failed"); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/transport/
Dfixed.sh8 # Sender:
/Zephyr-latest/samples/bluetooth/tmap_central/
DREADME.rst5 Implement the TMAP Call Gateway (CG) and Unicast Media Sender (UMS) roles.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h62 * @param addr Address of the sender.
73 * @param addr Address of the sender.
84 * @param addr Address of the sender.
Dbrg_cfg_cli.h42 * @param addr Address of the sender.
54 * @param addr Address of the sender.
65 * @param addr Address of the sender.
77 * @param addr Address of the sender.
89 * @param addr Address of the sender.
Dlarge_comp_data_cli.h47 * @param addr Address of the sender.
62 * @param addr Address of the sender.
Dcfg_cli.h44 * @param addr Address of the sender.
56 * @param addr Address of the sender.
72 * @param addr Address of the sender.
91 * @param addr Address of the sender.
107 * @param addr Address of the sender.
116 * @param addr Address of the sender.
127 * @param addr Address of the sender.
138 * @param addr Address of the sender.
149 * @param addr Address of the sender.
160 * @param addr Address of the sender.
[all …]
/Zephyr-latest/drivers/console/
Dipm_console_sender.c43 printk("unable to bind IPM console sender to '%s'\n", in ipm_console_sender_init()
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst146 A 32-bit value that is exchanged by the message sender and receiver,
148 bi-directional, allowing the sender to pass a value to the receiver
150 to the sender during a synchronous message exchange.
174 with the actual sender's address when the message is put into
385 printf("sender tried to send %d bytes", recv_msg.info);
412 * If the message descriptor size is zero, then either the sender's message
436 "info" field supplied by the sender is used to classify the message.
/Zephyr-latest/subsys/canbus/isotp/
Disotp_internal.h61 /* Just before the sender would time out*/
/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp_internal.h36 /** Transaction label provided by the application and is replicated by the sender of the message in
53 /** Transaction label provided by the application and is replicated by the sender of the message in

1234