Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/native/
DhostIntf.c31 uint16_t platHwVer(void) in platHwVer() function
/device/google/contexthub/firmware/os/inc/
DhostIntf_priv.h69 uint16_t platHwVer(void);
/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c93 uint16_t platHwVer(void) in platHwVer() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c130 resp->hwVer = htole16(platHwVer()); in getOsHwVersion()