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.c635 static void spi_max32_iodev_complete(const struct device *dev, int status);
652 spi_max32_iodev_complete(dev, -EINVAL); in spi_max32_iodev_start()
656 spi_max32_iodev_complete(dev, -EIO); in spi_max32_iodev_start()
688 static void spi_max32_iodev_complete(const struct device *dev, int status) in spi_max32_iodev_complete() function
762 spi_max32_iodev_complete(data->dev, 0); in spi_max32_callback()