OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slaveRxTx
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
spi_priv.h
44
int (*
slaveRxTx
)(struct SpiDevice *dev, void *rxBuf, const void *txBuf,
/device/google/contexthub/firmware/os/core/
spi.c
239
int err = dev->ops->
slaveRxTx
(dev, rxBuf, txBuf, size, mode);
364
if (!dev->ops->slaveIdle || !dev->ops->
slaveRxTx
) {
403
return dev->ops->
slaveRxTx
(dev, state->packets[0].rxBuf,
/device/google/contexthub/firmware/os/platform/stm32/
spi.c
546
.
slaveRxTx
= stmSpiRxTx,
Completed in 114 milliseconds