Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf_priv.h43 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
DhostIntf.c33 ret = hostIntfI2cInit(PLATFORM_HOST_INTF_I2C_BUS); in platHostIntfInit()
/device/google/contexthub/firmware/src/
DhostIntfI2c.c77 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId) in hostIntfI2cInit() function