Searched defs:nano_app_binary_t (Results 1 – 1 of 1) sorted by relevance
127 struct nano_app_binary_t { struct128 uint32_t header_version; // 0x1 for this version129 uint32_t magic; // "NANO"130 struct hub_app_name_t app_id; // App Id contains vendor id131 uint32_t app_version; // Version of the app132 uint32_t flags; // Signed, encrypted133 uint64_t hw_hub_type; // which hub type is this compiled for134 uint32_t reserved[2]; // Should be all zeroes135 uint8_t custom_binary[0]; // start of custom binary data