Searched defs:context_hub_t (Results 1 – 1 of 1) sorted by relevance
234 struct context_hub_t { struct235 const char *name; // descriptive name eg: "Awesome Hub #1"236 const char *vendor; // hub hardware vendor eg: "Qualcomm"237 const char *toolchain; // toolchain to make binaries eg:"gcc ARM"238 uint32_t platform_version; // Version of the hardware : eg 0x20239 uint32_t toolchain_version; // Version of the toolchain : eg: 0x484240 uint32_t hub_id; // a device unique id for this hub242 float peak_mips; // Peak MIPS platform can deliver243 float stopped_power_draw_mw; // if stopped, retention power, milliwatts244 float sleep_power_draw_mw; // if sleeping, retention power, milliwatts[all …]