Searched defs:NanoAppBinaryHeader (Results 1 – 1 of 1) sorted by relevance
25 struct NanoAppBinaryHeader { struct26 uint32_t headerVersion;27 uint32_t magic;28 uint64_t appId;29 uint32_t appVersion;30 uint32_t flags;31 uint64_t hwHubType;32 uint8_t targetChreApiMajorVersion;33 uint8_t targetChreApiMinorVersion;34 uint8_t reserved[6];