HomeSort by relevance Sort by last modified time
    Searched refs:HostIntfComm (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/firmware/os/inc/
hostIntf_priv.h 30 struct HostIntfComm {
43 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId);
48 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId);
59 const struct HostIntfComm *platHostIntfInit();
  /device/google/contexthub/firmware/os/core/
hostIntfI2c.c 70 static const struct HostIntfComm gI2cComm = {
77 const struct HostIntfComm *hostIntfI2cInit(uint32_t busId)
hostIntfSpi.c 91 static const struct HostIntfComm gSpiComm = {
98 const struct HostIntfComm *hostIntfSpiInit(uint8_t busId)
hostIntf.c 115 static const struct HostIntfComm *mComm;
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
hostIntf.c 43 const struct HostIntfComm *platHostIntfInit()
48 const struct HostIntfComm *ret = NULL;

Completed in 103 milliseconds