Home
last modified time | relevance | path

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

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