Home
last modified time | relevance | path

Searched refs:tx_complete (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_emul.c358 bool tx_complete = false; in uart_emul_irq_tx_complete() local
362 tx_complete = ring_buf_is_empty(data->tx_rb); in uart_emul_irq_tx_complete()
365 return tx_complete; in uart_emul_irq_tx_complete()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h250 sys_slist_t tx_complete; member
Dconn.c285 if (!sys_slist_is_empty(&conn->tx_complete)) { in tx_notify_process()
286 const sys_snode_t *node = sys_slist_get_not_empty(&conn->tx_complete); in tx_notify_process()
Dhci_core.c607 sys_slist_append(&conn->tx_complete, node); in hci_num_completed_packets()
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c81 static void tx_complete(struct bt_mesh_rpr_cli *cli, int err, void *cb_data) in tx_complete() function
224 tx_complete(cli, 0, cb_data); in handle_pdu_outbound_report()
Dblob_cli.c408 static void tx_complete(struct k_work *work) in tx_complete() function
1469 k_work_init_delayable(&cli->tx.complete, tx_complete); in blob_cli_init()
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1015 * :github:`41526` - ESP32 UART driver tx_complete fires before last byte sent