OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slaveSetCsInterrupt
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
spi_priv.h
47
void (*
slaveSetCsInterrupt
)(struct SpiDevice *dev, bool enabled);
/device/google/contexthub/firmware/os/core/
spi.c
207
dev->ops->
slaveSetCsInterrupt
(dev, false);
412
if (!dev->ops->
slaveSetCsInterrupt
|| !dev->ops->slaveCsIsActive)
419
dev->ops->
slaveSetCsInterrupt
(dev, true);
426
*
slaveSetCsInterrupt
(true) and the rollback
427
*
slaveSetCsInterrupt
(false), causing the event to be handled twice.
436
dev->ops->
slaveSetCsInterrupt
(dev, false);
/device/google/contexthub/firmware/os/platform/stm32/
spi.c
549
.
slaveSetCsInterrupt
= stmSpiSlaveSetCsInterrupt,
Completed in 365 milliseconds