HomeSort by relevance Sort by last modified time
    Searched refs:slaveStopAsync (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/
spi_priv.h 51 int (*slaveStopAsync)(struct SpiDevice *dev);
  /device/google/contexthub/firmware/os/core/
spi.c 458 } else if (dev->ops->slaveStopAsync) {
459 return dev->ops->slaveStopAsync(dev);

Completed in 149 milliseconds