Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/linux/
DhostIntf.c26 uint16_t platHwType(void) in platHwType() function
/device/google/contexthub/firmware/inc/
DhostIntf_priv.h64 uint16_t platHwType(void);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
DhostIntf.c63 uint16_t platHwType(void) in platHwType() function
/device/google/contexthub/firmware/src/
DnanohubCommand.c121 resp->hwType = htole16(platHwType()); in getOsHwVersion()