Home
last modified time | relevance | path

Searched refs:ENC28J60_BIT_ESTAT_TXABRT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_enc28j60_priv.h164 #define ENC28J60_BIT_ESTAT_TXABRT (0x02) macro
Deth_enc28j60.c529 if (tx_end & ENC28J60_BIT_ESTAT_TXABRT) { in eth_enc28j60_tx()
540 ENC28J60_BIT_ESTAT_TXABRT in eth_enc28j60_tx()