Searched defs:edge_manuf_descriptor (Results 1 – 1 of 1) sorted by relevance
257 struct edge_manuf_descriptor { struct259 __u16 RootDescTable[0x10]; // C00 Root of descriptor tables (just a placeholder)260 __u8 DescriptorArea[0x2E0]; // C20 Descriptors go here, up to 2E0h (just a placeholder)263 __u8 Length; // F00 Desc length for what follows, per USB (= C0h )264 __u8 DescType; // F01 Desc type, per USB (=DEVICE type)265 __u8 DescVer; // F02 Desc version/format (currently 2)266 __u8 NumRootDescEntries; // F03 # entries in RootDescTable268 __u8 RomSize; // F04 Size of ROM/E2PROM in K269 __u8 RamSize; // F05 Size of external RAM in K270 __u8 CpuRev; // F06 CPU revision level (chg only if s/w visible)[all …]