Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_max32.c626 static void spi_max32_iodev_complete(const struct device *dev, int status);
643 spi_max32_iodev_complete(dev, -EINVAL); in spi_max32_iodev_start()
647 spi_max32_iodev_complete(dev, -EIO); in spi_max32_iodev_start()
679 static void spi_max32_iodev_complete(const struct device *dev, int status) in spi_max32_iodev_complete() function
753 spi_max32_iodev_complete(data->dev, 0); in spi_max32_callback()