Home
last modified time | relevance | path

Searched refs:sent (Results 126 – 150 of 288) sorted by relevance

12345678910>>...12

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c159 .sent = l2cap_sent,
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg13 are sent from single context.
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx-espi-vws-map.dtsi120 * have to be sent together. Hence its bitmask is 0x09.
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c127 .sent = sdu_sent_cb, in init()
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst29 The sample requires that data are being sent by the remote core so it can echo
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst45 After a connection is made, the application will echo back any line sent to
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c328 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/
DREADME.rst32 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/
Dgrow_r502a.c129 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/
DKconfig.native_posix50 Otherwise writes are sent irrespectively.
/Zephyr-latest/soc/nordic/nrf52/
DKconfig110 Due to Anomaly 109 the first byte sent out by these peripherals is
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c140 .sent = sent_cb, in connect_l2cap_channel()
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig45 int "How long to wait between sent packets (in milliseconds)"
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpbp_public_broadcast_source_test.c254 .sent = bap_stream_tx_sent_cb,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c358 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/
Desp_wifi_drv.c109 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/
Dmodifying_contributions.rst37 A developer who intends to cherry-pick and potentially modify patches sent by
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst7 formatted packet will be sent to the host with the currently supported tracing
/Zephyr-latest/samples/bluetooth/tmap_bms/src/
Dcap_initiator.c127 .sent = broadcast_sent_cb
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h734 void (*sent)(struct bt_iso_chan *chan); member
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst126 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/
Ddma_iproc_pax_v1.c426 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/
DKconfig105 Enable support for saving final status of a last command that has sent
/Zephyr-latest/subsys/net/ip/
Dnet_private.h213 uint64_t sent; member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst41 sent.

12345678910>>...12