Home
last modified time | relevance | path

Searched refs:platHwType (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/platform/native/
DhostIntf.c26 uint16_t platHwType(void) in platHwType() function
/device/google/contexthub/firmware/os/inc/
DhostIntf_priv.h64 uint16_t platHwType(void);
/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c88 uint16_t platHwType(void) in platHwType() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c129 resp->hwType = htole16(platHwType()); in getOsHwVersion()