Home | History | Annotate | Download | only in USB_Host_Shield

Lines Matching refs:bDescriptorType

72 #define USB_DESCRIPTOR_DEVICE           0x01    // bDescriptorType for a Device Descriptor.

73 #define USB_DESCRIPTOR_CONFIGURATION 0x02 // bDescriptorType for a Configuration Descriptor.
74 #define USB_DESCRIPTOR_STRING 0x03 // bDescriptorType for a String Descriptor.
75 #define USB_DESCRIPTOR_INTERFACE 0x04 // bDescriptorType for an Interface Descriptor.
76 #define USB_DESCRIPTOR_ENDPOINT 0x05 // bDescriptorType for an Endpoint Descriptor.
77 #define USB_DESCRIPTOR_DEVICE_QUALIFIER 0x06 // bDescriptorType for a Device Qualifier.
78 #define USB_DESCRIPTOR_OTHER_SPEED 0x07 // bDescriptorType for a Other Speed Configuration.
79 #define USB_DESCRIPTOR_INTERFACE_POWER 0x08 // bDescriptorType for Interface Power.
80 #define USB_DESCRIPTOR_OTG 0x09 // bDescriptorType for an OTG Descriptor.
132 byte bDescriptorType; // DEVICE descriptor type (USB_DESCRIPTOR_DEVICE).
151 byte bDescriptorType; // CONFIGURATION descriptor type (USB_DESCRIPTOR_CONFIGURATION).
164 byte bDescriptorType; // INTERFACE descriptor type (USB_DESCRIPTOR_INTERFACE).
178 byte bDescriptorType; // ENDPOINT descriptor type (USB_DESCRIPTOR_ENDPOINT).
188 byte bDescriptorType;