summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0043d20)
Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch>
wData : Desc_Str;
end record with Pack;
wData : Desc_Str;
end record with Pack;
+ Null_String_Desc : constant String_Descriptor
+ := (bLength => 0,
+ bDescriptor_Type => 0,
+ wData => (others => 0));
+
type Desc_Strings_Type is (String0, Manufacturer, Product, Serial_Number);
type Desc_Strings_Array is
array (Desc_Strings_Type) of String_Descriptor with Pack;
type Desc_Strings_Type is (String0, Manufacturer, Product, Serial_Number);
type Desc_Strings_Array is
array (Desc_Strings_Type) of String_Descriptor with Pack;