Home
last modified time | relevance | path

Searched refs:masterStartAsync (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/inc/
Dspi_priv.h31 int (*masterStartAsync)(struct SpiDevice *dev, spi_cs_t cs, member
/device/google/contexthub/firmware/src/
Dspi.c65 if (dev->ops->masterStartAsync) in spiMasterStart()
66 return dev->ops->masterStartAsync(dev, cs, mode); in spiMasterStart()