OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostIntfI2cInit
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
hostIntf_priv.h
43
const struct HostIntfComm *
hostIntfI2cInit
(uint32_t busId);
57
* delegate this to
hostIntfI2cInit
() or hostIntfSpiInit() as appropriate.
/device/google/contexthub/firmware/src/
hostIntfI2c.c
77
const struct HostIntfComm *
hostIntfI2cInit
(uint32_t busId)
/device/google/contexthub/firmware/src/platform/stm32f4xx/
hostIntf.c
33
ret =
hostIntfI2cInit
(PLATFORM_HOST_INTF_I2C_BUS);
Completed in 198 milliseconds