Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h81 uint16_t fwVer; // external & internal: set to 1; header version member
/device/google/contexthub/firmware/os/inc/
Dseos.h287 .hdr.fwVer = APP_HDR_VER_CUR, \
/device/google/contexthub/firmware/os/core/
DappSec.c309 .fwVer = APP_HDR_VER_CUR, in appSecProcessIncomingHdr()
Dseos.c647 app->hdr.fwVer == APP_HDR_VER_CUR && in osAppIsValid()
939 app, app->hdr.appId, app->hdr.fwVer); in osStartTasks()
DnanohubCommand.c431 app->hdr.fwVer != APP_HDR_VER_CUR) { in firmwareFinish()