Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf_priv.h48 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId);
/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c53 ret = hostIntfSpiInit(PLATFORM_HOST_INTF_SPI_BUS); in platHostIntfInit()
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c98 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId) in hostIntfSpiInit() function