Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dspi.h75 int spiMasterRxTx(struct SpiDevice *dev, spi_cs_t cs,
/device/google/contexthub/firmware/src/
Dspi.c308 int spiMasterRxTx(struct SpiDevice *dev, spi_cs_t cs, in spiMasterRxTx() function
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c697 if (spiMasterRxTx(T(spiDev), T(cs), T(packets), regCount, mode, callback, cookie) < 0) { in spiBatchTxRx()