Searched refs:receivers (Results 1 – 9 of 9) 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() 125 if (pkt != NULL && ARRAY_SIZE(receivers) > 1) { in zcan_received_cb() 140 ctx = receivers[i].ctx; in zcan_received_cb() 383 for (i = 0; i < ARRAY_SIZE(receivers); i++) { in is_already_attached() 384 if (receivers[i].ctx != ctx && receivers[i].iface == iface && in is_already_attached() [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/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/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 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/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…
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 988 chunks to the BLOB receivers for every block.
|