OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slaveStopAsync
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
spi_priv.h
51
int (*
slaveStopAsync
)(struct SpiDevice *dev);
/device/google/contexthub/firmware/os/core/
spi.c
458
} else if (dev->ops->
slaveStopAsync
) {
459
return dev->ops->
slaveStopAsync
(dev);
Completed in 149 milliseconds