Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/linux/
DhostIntf.c31 uint16_t platHwVer(void) in platHwVer() function
/device/google/contexthub/firmware/inc/
DhostIntf_priv.h69 uint16_t platHwVer(void);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
DhostIntf.c68 uint16_t platHwVer(void) in platHwVer() function
/device/google/contexthub/firmware/src/
DnanohubCommand.c122 resp->hwVer = htole16(platHwVer()); in getOsHwVersion()