OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostIntfSpiInit
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
hostIntf_priv.h
48
const struct HostIntfComm *
hostIntfSpiInit
(uint8_t busId);
57
* delegate this to hostIntfI2cInit() or
hostIntfSpiInit
() as appropriate.
/device/google/contexthub/firmware/os/core/
hostIntfSpi.c
98
const struct HostIntfComm *
hostIntfSpiInit
(uint8_t busId)
/device/google/contexthub/firmware/os/platform/stm32/
hostIntf.c
53
ret =
hostIntfSpiInit
(PLATFORM_HOST_INTF_SPI_BUS);
Completed in 712 milliseconds