OpenOCD
usb_string_descriptor Struct Reference

USB String Descriptor. More...

Data Fields

uint8_t bDescriptorType
 STRING descriptor type. More...
 
uint8_t bLength
 Size of this descriptor in bytes. More...
 
uint16_t bString []
 UNICODE encoded string. More...
 

Detailed Description

USB String Descriptor.

See USB 1.1 spec, pp. 204 - 205

Definition at line 98 of file usb.h.

Field Documentation

◆ bDescriptorType

uint8_t usb_string_descriptor::bDescriptorType

STRING descriptor type.

Definition at line 100 of file usb.h.

◆ bLength

uint8_t usb_string_descriptor::bLength

Size of this descriptor in bytes.

Definition at line 99 of file usb.h.

◆ bString

uint16_t usb_string_descriptor::bString[]

UNICODE encoded string.

Definition at line 101 of file usb.h.


The documentation for this struct was generated from the following file: