Searched refs:tx_end (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | eth_enc28j60.c | 474 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/ |
D | rzt2m.dtsi | 121 interrupt-names = "rx_err", "rx", "tx", "tx_end"; 133 interrupt-names = "rx_err", "rx", "tx", "tx_end";
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 287 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/ |
D | uart_rzt2m.c | 421 UART_RZT2M_IRQ_CONNECT(n, tx_end); \
|