Searched refs:transmitted (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-Core-3.7.0/tests/subsys/modem/backends/uart/src/ |
D | main.c | 190 uint32_t transmitted = 0; in ZTEST() local 197 transmitted += (uint32_t)ret; in ZTEST() 198 printk("TX ACC: %u\n", transmitted); in ZTEST() 200 while (received < transmitted) { in ZTEST()
|
/Zephyr-Core-3.7.0/soc/nordic/nrf52/ |
D | CMakeLists.txt | 13 …SPIM, TWIM or PWM enabled. This will occasionally cause the first byte transmitted to be incorrect…
|
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | Kconfig.cyclonev | 21 of a full-size packet to be transmitted or the packet will be
|
D | Kconfig.dwmac | 49 of a full-size packet to be transmitted or the packet will be
|
/Zephyr-Core-3.7.0/samples/drivers/uart/passthrough/ |
D | README.rst | 11 and the processor were not present. Data read from the console is transmitted
|
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/ |
D | Kconfig | 38 This will print-out both received and transmitted packets. 48 This will print-out transmitted packets only.
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | ppp.rst | 17 cannot be transmitted over a modem line on their own, without some data link
|
D | net_if.rst | 49 The transmitted and received network packets can be classified via a network
|
/Zephyr-Core-3.7.0/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 1155 nrf5_data.ack_frame.psdu = metadata->data.transmitted.p_ack; in nrf_802154_transmitted_raw() 1158 nrf5_data.ack_frame.rssi = metadata->data.transmitted.power; in nrf_802154_transmitted_raw() 1159 nrf5_data.ack_frame.lqi = metadata->data.transmitted.lqi; in nrf_802154_transmitted_raw() 1162 if (metadata->data.transmitted.time == NRF_802154_NO_TIMESTAMP) { in nrf_802154_transmitted_raw() 1168 metadata->data.transmitted.time, nrf5_data.ack_frame.psdu[0]); in nrf_802154_transmitted_raw()
|
/Zephyr-Core-3.7.0/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 128 For each transmitted data frame from the higher layer TCP/IP stack, 156 transmitted data frame. 158 For each transmitted frame from the higher layer TCP/IP stack,
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 61 the data has been transmitted over the air. Indications are supported by
|
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/ |
D | spi.c | 66 be transmitted across this HCI link
|
D | hci_spi_st.c | 69 be transmitted across this HCI link
|
/Zephyr-Core-3.7.0/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 117 3 packets transmitted, 3 received, 0% packet loss, time 2006ms
|
/Zephyr-Core-3.7.0/subsys/canbus/isotp/ |
D | Kconfig | 63 bool "Padding for transmitted messages"
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ |
D | Kconfig.df | 182 int "Maximum number of transmitted PDUs with Constant Tone Extension in connectionless mode" 187 Maximum supported number of PDUs, that have Constant Tone Extension, transmitted in single
|
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/ |
D | Kconfig | 220 when transmitted as multicast messages. The value is the converted
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 427 Outgoing data channel 0x20000210 transmitted 428 Outgoing data channel 0x20000210 transmitted 429 Outgoing data channel 0x20000210 transmitted
|
D | bluetooth-tools.rst | 129 transmitted at startup.
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 61 in size. Each block is transmitted separately, and the BLOB Transfer Client ensures that all BLOB
|
D | sar_cfg.rst | 68 When the last segment marked as unacknowledged is transmitted, the lower transport layer starts a
|
D | access.rst | 222 messages that are transmitted by a model in a response to a received message, also called
|
/Zephyr-Core-3.7.0/scripts/ |
D | spelling.txt | 1589 tramsmitted||transmitted 1602 transmittd||transmitted
|
/Zephyr-Core-3.7.0/doc/security/ |
D | sensor-threat.rst | 265 be transmitted in this packet. Instead, a token-based
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.6.rst | 125 the transmitted responses on the Access layer. 1061 that the backend has transmitted all bytes placed in its buffer using
|
12