Home
last modified time | relevance | path

Searched refs:fwVer (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h52 uint16_t fwVer; // external & internal: set to 1; header version member
/device/google/contexthub/firmware/inc/
Dseos.h278 .hdr.fwVer = APP_HDR_VER_CUR, \
/device/google/contexthub/firmware/src/
Dseos.c631 app->hdr.fwVer == APP_HDR_VER_CUR && in osAppIsValid()
904 app, app->hdr.appId, app->hdr.fwVer); in osStartTasks()
DappSec.c310 .fwVer = APP_HDR_VER_CUR, in appSecProcessIncomingHdr()
DnanohubCommand.c420 app->hdr.fwVer != APP_HDR_VER_CUR) { in firmwareFinish()