Home
last modified time | relevance | path

Searched refs:masterStartSync (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dspi_priv.h29 int (*masterStartSync)(struct SpiDevice *dev, spi_cs_t cs, member
/device/google/contexthub/firmware/os/core/
Dspi.c69 if (dev->ops->masterStartSync) { in spiMasterStart()
70 int err = dev->ops->masterStartSync(dev, cs, mode); in spiMasterStart()
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c540 .masterStartSync = stmSpiMasterStartSync,