Searched refs:transmitted (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/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-latest/doc/connectivity/bluetooth/shell/host/ |
D | l2cap.rst | 29 Outgoing data channel 0x20000210 transmitted 30 Outgoing data channel 0x20000210 transmitted 31 Outgoing data channel 0x20000210 transmitted
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | CMakeLists.txt | 13 …SPIM, TWIM or PWM enabled. This will occasionally cause the first byte transmitted to be incorrect…
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.esp32 | 26 Max number of blocks waiting to be transmitted by the I2S TX channel.
|
/Zephyr-latest/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-latest/samples/drivers/uart/passthrough/ |
D | README.rst | 11 and the processor were not present. Data read from the console is transmitted
|
/Zephyr-latest/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-latest/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-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 1199 nrf5_data.ack_frame.psdu = metadata->data.transmitted.p_ack; in nrf_802154_transmitted_raw() 1202 nrf5_data.ack_frame.rssi = metadata->data.transmitted.power; in nrf_802154_transmitted_raw() 1203 nrf5_data.ack_frame.lqi = metadata->data.transmitted.lqi; in nrf_802154_transmitted_raw() 1206 if (metadata->data.transmitted.time == NRF_802154_NO_TIMESTAMP) { in nrf_802154_transmitted_raw() 1212 metadata->data.transmitted.time, nrf5_data.ack_frame.psdu[0]); in nrf_802154_transmitted_raw()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 61 the data has been transmitted over the air. Indications are supported by
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 117 3 packets transmitted, 3 received, 0% packet loss, time 2006ms
|
/Zephyr-latest/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-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 142 For each transmitted data frame from the higher layer TCP/IP stack, 170 transmitted data frame. 172 For each transmitted frame from the higher layer TCP/IP stack,
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 63 bool "Padding for transmitted messages"
|
/Zephyr-latest/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-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 185 This will be transmitted as the 40 bit identifier followed by the 24-bit OUI.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 220 when transmitted as multicast messages. The value is the converted
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg.rst | 120 When :kconfig:option:`CONFIG_BT_MESH_ADV_EXT` is enabled, messages will be transmitted using the
|
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
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1588 tramsmitted||transmitted 1601 transmittd||transmitted
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 129 transmitted at startup.
|
12