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

  /device/google/contexthub/firmware/os/inc/
spi_priv.h 29 int (*masterStartSync)(struct SpiDevice *dev, spi_cs_t cs,
  /device/google/contexthub/firmware/os/core/
spi.c 69 if (dev->ops->masterStartSync) {
70 int err = dev->ops->masterStartSync(dev, cs, mode);
  /device/google/contexthub/firmware/os/platform/stm32/
spi.c 540 .masterStartSync = stmSpiMasterStartSync,

Completed in 83 milliseconds