Searched full:transmitted (Results 1 – 25 of 181) sorted by relevance
12345678
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | gatt_common.h | 16 int64_t interval; /* interval of transmitted frames */ 22 int64_t interval; /* interval of transmitted frames */
|
/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/include/zephyr/net/ |
D | ieee802154_radio_openthread.h | 36 * a frame to be transmitted that contains placeholders where the CST Phase and CST Period 109 * When a frame containing CST Period IE is about to be transmitted by a driver, 117 /** Configure a point in time at which a TX frame is expected to be transmitted. 119 * When a frame containing CST Phase IE is about to be transmitted by a driver, 126 * (i.e. equivalently its end of SHR, start of PHR) is expected to be transmitted 166 * A point in time at which a TX frame is expected to be transmitted.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_resources.h | 19 * received or transmitted. 62 * received or transmitted. 91 * received or transmitted. 146 * received or transmitted. 171 * received or transmitted.
|
/Zephyr-latest/include/zephyr/net/hdlc_rcp_if/ |
D | hdlc_rcp_if.h | 50 * @param frame pointer to the HDLC frame to be transmitted. 51 * @param length length of the HDLC frame to be transmitted.
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.esp32 | 26 Max number of blocks waiting to be transmitted by the I2S TX channel.
|
D | i2s_ll_stm32.h | 62 /* checks that DMA Tx packet is fully transmitted over the I2S */
|
/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/i2c/ |
D | i2c_rcar.c | 64 #define RCAR_I2C_MST BIT(4) /* Master Stop Transmitted */ 66 #define RCAR_I2C_MDT BIT(2) /* Master Data Transmitted */ 68 #define RCAR_I2C_MAT BIT(0) /* Master Address Transmitted */ 128 /* Wait for STOP to be transmitted */ in i2c_rcar_finish() 150 /* Wait for address & transfer mode to be transmitted */ in i2c_rcar_set_addr() 199 /* Wait for all data to be transmitted */ in i2c_rcar_transfer_msg()
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | intel_adsp_ipc.h | 30 * @note Further messages on the link will not be transmitted or 50 * @note On Intel ADSP hardware the DONE interrupt is transmitted 118 * @note Further messages on the link will not be transmitted or 147 * @return message successfully transmitted.
|
/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/subsys/net/l2/ieee802154/ |
D | Kconfig | 38 This will print-out both received and transmitted packets. 48 This will print-out transmitted packets only.
|
D | ieee802154_priv.h | 71 * @param iface A valid pointer on the network the packet will be transmitted to 90 * @param iface A valid pointer on the network the packet was transmitted to
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | overlay-bt.conf | 23 # transmitted with the maximum possible MTU value: 498 bytes.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 19 # With the separate scanner, observe that the submitted buffer is transmitted
|
/Zephyr-latest/tests/net/socket/tcp/ |
D | prj.conf | 27 # Allow tapping into the number of transmitted packets
|
/Zephyr-latest/tests/subsys/modem/backends/uart/src/ |
D | main.c | 10 * containing a sequence of pseudo random numbers are then transmitted, received, and validated. 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/samples/drivers/lora/send/ |
D | README.rst | 13 Transmitted messages can be received by building and flashing the accompanying
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_mi.h | 32 /** Copy of the gptp_md_sync_info to be transmitted. */
|
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/ |
D | off_raw_tx_api.h | 155 /* Rate at which packet needs to be transmitted. Refer &enum nrf_wifi_off_raw_tx_rate */ 161 /* Pointer to packet to be transmitted */ 163 /** Packet length of the frame to be transmitted, (min 26 bytes and max 600 bytes) */
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-audio-streaming.yaml | 30 Enable if audio stream is not transmitted over USB (Type IV Audio Stream).
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avctp_internal.h | 41 /** Set to zero (00) to indicate that the command/response message is transmitted in a single L2CAP 59 /** Set to zero (00) to indicate that the command/response message is transmitted in a single L2CAP
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | msg.h | 95 * when message was transmitted. 126 /** PTP Instance Time of an originating PTP Instance when message was transmitted. */ 138 /** PTP Instance Time of an originating PTP Instance when message was transmitted. */ 176 /** PTP Instance Time of an originating PTP Instance when message was transmitted. */
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ppp.rst | 17 cannot be transmitted over a modem line on their own, without some data link
|
12345678