Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dspi_priv.h48 bool (*slaveCsIsActive)(struct SpiDevice *dev); member
/device/google/contexthub/firmware/os/core/
Dspi.c412 if (!dev->ops->slaveSetCsInterrupt || !dev->ops->slaveCsIsActive) in spiSlaveWaitForInactive()
434 bool cs = dev->ops->slaveCsIsActive(dev); in spiSlaveWaitForInactive()
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c550 .slaveCsIsActive = stmSpiSlaveCsIsActive,