Home
last modified time | relevance | path

Searched refs:tx_end (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_enc28j60.c474 uint8_t tx_end; in eth_enc28j60_tx() local
520 eth_enc28j60_read_reg(dev, ENC28J60_REG_EIR, &tx_end); in eth_enc28j60_tx()
521 tx_end &= ENC28J60_BIT_EIR_TXIF; in eth_enc28j60_tx()
522 } while (!tx_end); in eth_enc28j60_tx()
525 eth_enc28j60_read_reg(dev, ENC28J60_REG_ESTAT, &tx_end); in eth_enc28j60_tx()
529 if (tx_end & ENC28J60_BIT_ESTAT_TXABRT) { in eth_enc28j60_tx()
/Zephyr-latest/dts/arm/renesas/rz/
Drzt2m.dtsi121 interrupt-names = "rx_err", "rx", "tx", "tx_end";
133 interrupt-names = "rx_err", "rx", "tx", "tx_end";
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c287 static void tx_end(int err, void *cb_data);
291 .end = tx_end,
297 tx_end(err, cb_data); in tx_start()
301 static void tx_end(int err, void *cb_data) in tx_end() function
/Zephyr-latest/drivers/serial/
Duart_rzt2m.c421 UART_RZT2M_IRQ_CONNECT(n, tx_end); \