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

  /device/google/contexthub/firmware/os/inc/
spi_priv.h 31 int (*masterStartAsync)(struct SpiDevice *dev, spi_cs_t cs,
  /device/google/contexthub/firmware/os/core/
spi.c 66 if (dev->ops->masterStartAsync)
67 return dev->ops->masterStartAsync(dev, cs, mode);

Completed in 1332 milliseconds