/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | main.c | 41 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d", MGMT_ERR_EOK, rc); in ZTEST() 44 zassert_equal(MGMT_ERR_ETIMEOUT, rc, "Expected to receive %d response %d", in ZTEST() 46 zassert_equal(MGMT_ERR_ETIMEOUT, response.status, "Expected to receive %d response %d\n", in ZTEST() 49 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d", MGMT_ERR_EOK, rc); in ZTEST() 51 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d", MGMT_ERR_EOK, rc); in ZTEST() 54 zassert_equal(MGMT_ERR_ETIMEOUT, rc, "Expected to receive %d response %d", in ZTEST() 56 zassert_equal(MGMT_ERR_ETIMEOUT, response.status, "Expected to receive %d response %d", in ZTEST() 64 zassert_equal(MGMT_ERR_EINVAL, rc, "Expected to receive %d response %d", MGMT_ERR_EINVAL, in ZTEST() 66 zassert_equal(MGMT_ERR_EINVAL, response.status, "Expected to receive %d response %d", in ZTEST() 69 zassert_equal(MGMT_ERR_EOK, rc, "Expected to receive %d response %d\n", MGMT_ERR_EOK, rc); in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/ |
D | main.c | 186 zassert_true(received, "Expected to receive data but timed out"); in ZTEST() 198 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element"); in ZTEST() 200 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 202 "rc"), "Did not expect to receive rc element"); in ZTEST() 204 "err"), "Expected to receive err element"); in ZTEST() 248 zassert_true(received, "Expected to receive data but timed out"); in ZTEST() 260 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element"); in ZTEST() 262 "datetime"), "Did not expect to receive datetime element"); in ZTEST() 264 "rc"), "Did not expect to receive rc element"); in ZTEST() 266 "err"), "Expected to receive err element"); in ZTEST() [all …]
|
/Zephyr-latest/samples/drivers/lora/receive/ |
D | sample.yaml | 5 description: Demonstration of LoRa Receive functionality 6 name: LoRa Receive Sample 8 sample.driver.lora.receive:
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | infineon,xmc4xxx-ethernet.yaml | 28 description: Receive bit 0 (rxd0) signal GPIO connection. Used for RMII and MII interfaces. 38 description: Receive bit 1 (rxd1) signal GPIO connection. Used for RMII and MII interfaces. 47 description: Receive bit 2 (rxd2) signal GPIO connection. Only used for MII interface. 54 description: Receive bit 2 (rxd2) signal GPIO connection. Only used for MII interface. 63 Otherwise, if the MII interface is used, then it connects to the Receive clock (rx-clk) 77 Receive Data Valid (rx-dv) signal. 96 description: Receive Error (rxer) signal GPIO connection. Used for MII and RMII interfaces.
|
D | silabs,gecko-ethernet.yaml | 58 description: Receive data valid individual pin configuration defined as <location port pin> 78 description: Receive data 0 individual pin configuration defined as <location port pin> 83 description: Receive data 1 individual pin configuration defined as <location port pin> 88 description: Receive error individual pin configuration defined as <location port pin>
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_xilinx_axi.h | 23 REG_RX_FIFO = 0x10C, /* Receive FIFO */ 26 REG_RX_FIFO_OCY = 0x118, /* Receive FIFO Occupancy */ 28 REG_RX_FIFO_PIRQ = 0x120, /* Receive FIFO Programmable Depth Interrupt */ 52 ISR_RX_FIFO_FULL = BIT(3), /* Receive FIFO Full */ 68 CR_TX = BIT(3), /* Transmit/Receive Mode Select */ 77 SR_RX_FIFO_EMPTY = BIT(6), /* Receive FIFO empty */ 78 SR_RX_FIFO_FULL = BIT(5), /* Receive FIFO full */
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ |
D | main.c | 243 zassert_true(received, "Expected to receive data but timed out\n"); in ZTEST() 250 "Expected to receive %d bytes but got %d\n", sizeof(expected_response), in ZTEST() 281 zassert_true(received, "Expected to receive data but timed out\n"); in ZTEST() 288 "Expected to receive %d bytes but got %d\n", sizeof(expected_response), in ZTEST() 333 zassert_true(received, "Expected to receive data but timed out\n"); in ZTEST() 346 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element\n"); in ZTEST() 349 "Expected to receive %d bytes but got %d\n", in ZTEST() 394 zassert_true(received, "Expected to receive data but timed out\n"); in ZTEST() 407 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element\n"); in ZTEST() 410 "Expected to receive %d bytes but got %d\n", in ZTEST() [all …]
|
D | limited.c | 76 zassert_true(received, "Expected to receive data but timed out\n"); in ZTEST() 89 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element\n"); in ZTEST() 92 "Expected to receive %d bytes but got %d\n", in ZTEST() 142 zassert_true(received, "Expected to receive data but timed out\n"); in ZTEST() 156 zassert_equal(decoded, 0, "Expected to receive 0 decoded zcbor element\n"); in ZTEST() 162 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element\n"); in ZTEST() 163 zassert_equal(output.len, 0, "Expected to receive 0 bytes but got %d\n", output.len); in ZTEST() 164 zassert_equal(rc, MGMT_ERR_EMSGSIZE, "Expected to receive EMSGSIZE error but got %d\n", in ZTEST()
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 8 A mailbox allows threads to send and receive messages of any size 25 * A **receive queue** of threads that are waiting to receive a message. 81 it wishes to receive a message, or it can receive a message from any thread 87 it will be received by thread B if thread B tries to receive a message 88 from thread A or if thread B tries to receive from any thread. 89 The exchange will not occur if thread B tries to receive a message 91 even if it tries to receive a message from thread A (or from any thread). 166 to allow any thread to receive the message. Leave this field uninitialized 172 to receive a message sent by any thread. Leave this field uninitialized 305 characterizes the message it wants to receive. It then calls one of the [all …]
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig.nxp_s32 | 5 bool "NXP S32 Message Receive Unit (MRU) driver" 10 Driver for NXP S32 Message Receive Unit (MRU).
|
/Zephyr-latest/dts/bindings/mbox/ |
D | nxp,s32-mru.yaml | 5 NXP S32 Message Receive Unit 7 The MRU couples with a processor and allows to receive messages from senders, 20 of receive channels on the MRU instance coupled with the core, for instance in 51 Number of receive channels enabled on this instance.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.esp32 | 18 int "ESP32 Ethernet receive thread stack size" 22 int "ESP32 Ethernet receive thread priority"
|
D | Kconfig.renesas_ra | 23 int "Renesas RA Ethernet receive thread priority" 32 int "Number of Receive buffer"
|
/Zephyr-latest/dts/bindings/dma/ |
D | espressif,esp32-gdma.yaml | 12 three transmit channels and three receive channels. 25 five transmit channels and five receive channels. Only six are 26 supported, meaning three transmit and three receive channels.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_transport.c | 260 FAIL("Didn't receive message %d", i); in test_tx_loopback() 334 FAIL("Didn't receive message %d", i); in test_tx_loopback_group() 460 /** @brief Receive unicast messages using the test vector. 478 /** @brief Receive group messages using the test vector. 512 * The model is on primary element, so it should receive the message if the Relay feature in test_rx_fixed() 525 * model should receive the message. in test_rx_fixed() 539 * Unsubscribing the model so that it doesn't receive the message. in test_rx_fixed() 551 /** @brief Receive virtual address messages using the test vector. 574 /** @brief Receive the test vector using virtual addresses with collision. 604 /** @brief Verify that this device doesn't receive any messages. [all …]
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig.mac | 13 all four interfaces (WiFi station, WiFi softap, Bluetooth and Ethernet) receive a universally 16 only two interfaces (WiFi station and Bluetooth) receive a universally administered MAC address. 18 The remaining two interfaces (WiFi softap and Ethernet) receive local MAC addresses.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 17 are able to either send or receive at the same time. 20 Maximum amount of network packets we can receive at the same time. 56 If one wants to receive two full frames, then the net_pkt RX count should be set to 2, 63 as the receive buffer count but for sending. 192 Should a retransmission timeout occur, the receive callback is 205 Maximum receive window size to use. 206 This value defines the maximum TCP receive window size. Increasing 208 receive buffers available in the system for efficient operation. 214 If we receive out-of-order TCP data, we queue it. This value tells 216 able to pass the data to the application. If set to 0, then receive [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | direction.h | 98 /** Max number of CTEs to receive. Min is 1, max is 10, 0 means receive continuously. */ 116 /** Channel index used to receive PDU with CTE that was sampled. */ 166 /** Report receive failed reason. */ 168 /** PHY that was used to receive PDU with CTE that was sampled. */ 170 /** Channel index used to receive PDU with CTE that was sampled. */ 260 * @brief Enable receive and sampling of Constant Tone Extension for the given sync set. 262 * Receive and sampling of Constant Tone Extension may be enabled only after periodic advertising 266 * @param params CTE receive and sampling parameters. 274 * @brief Disable receive and sampling of Constant Tone Extension for the given sync set. 283 * @brief Enable receive and sampling of Constant Tone Extension for the connection object. [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 84 receive requesting config and accept 88 receive requesting establishment and accept 91 receive requesting start and accept 97 receive requesting suspend and accept 100 receive requesting release and accept
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 105 Should a retransmission timeout occur, the receive callback is 119 int "Maximum receive window size to use" 124 This value defines the maximum TCP receive window size. Increasing 126 receive buffers available in the system for efficient operation. 136 If we receive out-of-order TCP data, we queue it. This value tells 138 able to pass the data to the application. If set to 0, then receive 141 there should be no holes in the queue. For example, if we receive 143 queued (in this order), and then given to application when we receive 144 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig.mac | 14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 17 receive a universally administered MAC address. These are generated sequentially by adding 0 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig.mac | 14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 17 receive a universally administered MAC address. These are generated sequentially by adding 0 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | Kconfig.mac | 14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 17 receive a universally administered MAC address. These are generated sequentially by adding 0 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig.mac | 14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 17 receive a universally administered MAC address. These are generated sequentially by adding 0 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/samples/net/sockets/can/ |
D | README.rst | 5 Send and receive raw CAN frames using BSD sockets API. 17 application can receive CAN frames. 18 * Receive function which starts to listen the CAN socket and prints
|