Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dspi.c207 dev->ops->slaveSetCsInterrupt(dev, false); in spiSlaveCsInactive()
412 if (!dev->ops->slaveSetCsInterrupt || !dev->ops->slaveCsIsActive) in spiSlaveWaitForInactive()
419 dev->ops->slaveSetCsInterrupt(dev, true); in spiSlaveWaitForInactive()
436 dev->ops->slaveSetCsInterrupt(dev, false); in spiSlaveWaitForInactive()
/device/google/contexthub/firmware/os/inc/
Dspi_priv.h47 void (*slaveSetCsInterrupt)(struct SpiDevice *dev, bool enabled); member
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c549 .slaveSetCsInterrupt = stmSpiSlaveSetCsInterrupt,