Searched full:receivers (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_can.c | 38 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 …]
|
D | Kconfig | 318 int "How many simultaneous SocketCAN receivers are allowed"
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 5 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/ |
D | tmap.h | 86 * 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/ |
D | dfu.rst | 272 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
|
D | shell.rst | 1388 ``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/ |
D | modem_receiver.h | 80 * @note Acquires receivers device, and prepares the context to be used.
|
D | modem_shell.c | 53 shell_fprintf(sh, SHELL_NORMAL, "Modem receivers:\n"); in cmd_modem_list()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd.h | 45 /** There are no Target nodes in the Distribution Receivers List
|
D | dfu_cli.h | 170 * A DFU Target node was dropped from the receivers list. The Target node's
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfd.c | 414 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/ |
D | esai.h | 107 * 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/ |
D | video-interfaces.yaml | 8 data receivers, video data processors, etc. Data interfaces on these devices are
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/ |
D | dfu_stages_procedures_mesh.svg | 62 <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/ |
D | openthread-core-zephyr-config.h | 300 * For some reasons, CSL receivers wake up a little later than expected. This
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 42 "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 "
|
D | Kconfig | 988 chunks to the BLOB receivers for every block.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_transport.c | 33 * Tests are divided into senders and receivers.
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 837 * coordinators (typically an RFD end device) "CSL receivers" and CSL
|
/Zephyr-latest/boards/nxp/vmu_rt1170/doc/ |
D | index.rst | 59 - RC input connector for SBUS compatible RC receivers
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 956 https://www.bluetooth.com/bluetooth-resources/developing-auracast-receivers-with-an-assistant-appli…
|