Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_enc28j60.c284 uint8_t data_mistat; in eth_enc28j60_write_phy() local
296 &data_mistat); in eth_enc28j60_write_phy()
297 } while ((data_mistat & ENC28J60_BIT_MISTAT_BUSY)); in eth_enc28j60_write_phy()
304 uint8_t data_mistat; in eth_enc28j60_read_phy() local
318 &data_mistat); in eth_enc28j60_read_phy()
319 } while ((data_mistat & ENC28J60_BIT_MISTAT_BUSY)); in eth_enc28j60_read_phy()