Home
last modified time | relevance | path

Searched full:receivers (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_can.c38 static struct can_recv receivers[CONFIG_NET_SOCKETS_CAN_RECEIVERS]; variable
103 for (i = 0; i < ARRAY_SIZE(receivers); i++) { in zcan_received_cb()
108 if (!receivers[i].ctx || in zcan_received_cb()
109 receivers[i].iface != net_pkt_iface(pkt)) { in zcan_received_cb()
115 if ((sframe.can_id & receivers[i].can_mask) != in zcan_received_cb()
116 (receivers[i].can_id & receivers[i].can_mask)) { in zcan_received_cb()
120 /* If there are multiple receivers configured, we use the in zcan_received_cb()
125 if (pkt != NULL && ARRAY_SIZE(receivers) > 1) { in zcan_received_cb()
126 /* There are multiple receivers, we need to clone in zcan_received_cb()
140 ctx = receivers[i].ctx; in zcan_received_cb()
[all …]
DKconfig318 int "How many simultaneous SocketCAN receivers are allowed"
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst5 Measure packet loss and sync loss of an ISO broadcaster against one or more receivers.
8 of an ISO broadcaster against one or more ISO broadcast receivers.
14 *receiver* (multiple receivers may be used with no effect on the test)
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtmap.h86 * This role is defined send media audio to TMAP Unicast Media Receivers.
100 * This role is defined send media audio to TMAP Broadcast Media Receivers.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst272 Populating the Distributor's receivers list
278 populate the Distributor's receivers list with the address and relevant firmware image index of each
279 Target node. The Initiator may send one or more Firmware Distribution Receivers Add messages to
280 build the Distributor's receivers list, and a Firmware Distribution Receivers Delete All message to
283 The maximum number of receivers that can be added to the Distributor is configured through the
Dshell.rst1388 ``mesh models dfd receivers-add <Addr>,<FwIdx>[;<Addr>,<FwIdx>]...``
1391 Add receivers to the Firmware Distribution Server. Supply receivers as a list of
1394 this command will continue populating the receivers list until
1395 ``mesh models dfd receivers-delete-all`` is called.
1400 ``mesh models dfd receivers-delete-all``
1403 Delete all receivers from the server.
1405 ``mesh models dfd receivers-get <First> <Count>``
1408 Get a list of info about firmware receivers.
1411 * ``Count``: The number of receivers for which to get info.
/Zephyr-latest/drivers/modem/
Dmodem_receiver.h80 * @note Acquires receivers device, and prepares the context to be used.
Dmodem_shell.c53 shell_fprintf(sh, SHELL_NORMAL, "Modem receivers:\n"); in cmd_modem_list()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd.h45 /** There are no Target nodes in the Distribution Receivers List
Ddfu_cli.h170 * A DFU Target node was dropped from the receivers list. The Target node's
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c414 SHELL_CMD_ARG(receivers-add, NULL, "<Addr>,<FwIdx>[;<Addr>,<FwIdx>]...",
416 SHELL_CMD_ARG(receivers-delete-all, NULL, NULL, cmd_dfd_receivers_delete_all, 1, 0),
417 SHELL_CMD_ARG(receivers-get, NULL, "<First> <Count>", cmd_dfd_receivers_get, 3, 0),
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h107 * we mean we allow receivers/transmitters to use the "global" TX/RX
108 * FIFO (i.e: the FIFO that's common to all transmitters/receivers).
126 /* used to fetch the mask for enabling transmitters/receivers.
/Zephyr-latest/dts/bindings/video/
Dvideo-interfaces.yaml8 data receivers, video data processors, etc. Data interfaces on these devices are
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/
Ddfu_stages_procedures_mesh.svg62 <desc>Populating the Distributor’s receivers list</desc>
65 x="20.69" dy="1.2em" class="st4">receivers list</tspan></text> </g>
/Zephyr-latest/modules/openthread/platform/
Dopenthread-core-zephyr-config.h300 * For some reasons, CSL receivers wake up a little later than expected. This
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv.c42 "The Firmware Distribution Receivers List message does not fit into the maximum "
49 "The Firmware Distribution Receivers Add message does not fit into the maximum "
DKconfig988 chunks to the BLOB receivers for every block.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c33 * Tests are divided into senders and receivers.
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h837 * coordinators (typically an RFD end device) "CSL receivers" and CSL
/Zephyr-latest/boards/nxp/vmu_rt1170/doc/
Dindex.rst59 - RC input connector for SBUS compatible RC receivers
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst956 https://www.bluetooth.com/bluetooth-resources/developing-auracast-receivers-with-an-assistant-appli…