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

  /device/google/contexthub/firmware/os/inc/
spi_priv.h 34 int (*masterRxTx)(struct SpiDevice *dev, void *rxBuf, const void *txBuf,
  /device/google/contexthub/firmware/os/core/
spi.c 75 return dev->ops->masterRxTx(dev, state->packets[0].rxBuf,
108 int err = dev->ops->masterRxTx(dev, rxBuf, txBuf, size, mode);
300 if (!dev->ops->masterRxTx) {
  /device/google/contexthub/firmware/os/platform/stm32/
spi.c 541 .masterRxTx = stmSpiRxTx,

Completed in 95 milliseconds