Searched refs:w5500_spi_write (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_w5500.c | 77 static int w5500_spi_write(const struct device *dev, uint32_t addr, in w5500_spi_write() function 149 ret = w5500_spi_write(dev, addr, buf, len); in w5500_writebuf() 154 return w5500_spi_write(dev, mem_start, buf + len, remain); in w5500_writebuf() 162 w5500_spi_write(dev, W5500_S0_CR, &cmd, 1); in w5500_command() 197 w5500_spi_write(dev, W5500_S0_TX_WR, off, 2); in w5500_tx() 274 w5500_spi_write(dev, W5500_S0_RX_RD, tmp, 2); in w5500_rx() 297 w5500_spi_write(dev, W5500_S0_IR, &ir, 1); in w5500_thread() 353 w5500_spi_write(dev, W5500_SHAR, ctx->mac_addr, sizeof(ctx->mac_addr)); in w5500_set_config() 389 return w5500_spi_write(dev, W5500_S0_MR, &mode, 1); in w5500_set_config() 404 w5500_spi_write(dev, W5500_S0_MR, &mode, 1); in w5500_hw_start() [all …]
|