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

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

Completed in 319 milliseconds