/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_l2cap.c | 159 .sent = l2cap_sent,
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 13 are sent from single context.
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx-espi-vws-map.dtsi | 120 * have to be sent together. Hence its bitmask is 0x09.
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 127 .sent = sdu_sent_cb, in init()
|
/Zephyr-latest/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 29 The sample requires that data are being sent by the remote core so it can echo
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 45 After a connection is made, the application will echo back any line sent to
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_wifi.c | 328 data->stats.bytes.sent += pkt_len; in airoc_mgmt_send() 716 stats->bytes.sent = data->stats.bytes.sent; in airoc_mgmt_wifi_stats()
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 32 timestamps for sent and received Ethernet frames. 45 the timing of the sent or received gPTP packets and the grandmaster might
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | grow_r502a.c | 129 int sent = 0; in uart_cb_tx_handler() local 132 sent = uart_fifo_fill(config->dev, drv_data->tx_buf.data, in uart_cb_tx_handler() 134 drv_data->tx_buf.data += sent; in uart_cb_tx_handler() 135 drv_data->tx_buf.len -= sent; in uart_cb_tx_handler()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 50 Otherwise writes are sent irrespectively.
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig | 110 Due to Anomaly 109 the first byte sent out by these peripherals is
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | dut.c | 140 .sent = sent_cb, in connect_l2cap_channel()
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | Kconfig | 45 int "How long to wait between sent packets (in milliseconds)"
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pbp_public_broadcast_source_test.c | 254 .sent = bap_stream_tx_sent_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_transport.c | 358 if (test_stats.sent != 3) { in test_tx_seg_block() 359 FAIL("Not all messages completed (%u/3)", test_stats.sent); in test_tx_seg_block()
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 109 data->stats.bytes.sent += pkt_len; in esp32_wifi_send() 879 stats->bytes.sent = data->stats.bytes.sent; in esp32_wifi_stats()
|
/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 37 A developer who intends to cherry-pick and potentially modify patches sent by
|
/Zephyr-latest/samples/subsys/tracing/ |
D | README.rst | 7 formatted packet will be sent to the host with the currently supported tracing
|
/Zephyr-latest/samples/bluetooth/tmap_bms/src/ |
D | cap_initiator.c | 127 .sent = broadcast_sent_cb
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 734 void (*sent)(struct bt_iso_chan *chan); member
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 126 the send function blocks until the frame is sent and acknowledged by at least 148 two bytes of data. The provided callback is called when the message is sent, or 151 occurred. It does not block until the message is sent like the example above.
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v1.c | 426 struct dma_iproc_pax_write_sync_data sync_rd, *recv, *sent; in poll_on_write_sync() local 433 sent = &(ring->curr.sync_data); in poll_on_write_sync() 445 if (memcmp((void *)recv, (void *)sent, 4) == 0) { in poll_on_write_sync()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 105 Enable support for saving final status of a last command that has sent
|
/Zephyr-latest/subsys/net/ip/ |
D | net_private.h | 213 uint64_t sent; member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 41 sent.
|