USB String Descriptor.

Public Attributes#

uint8_t

Size of this descriptor in bytes.

uint8_t

Constant STRING Descriptor Type.

The string encoded with UTF-16LE UNICODE charset.

Public Attribute Documentation#

len#

uint8_t USB_StringDescriptor_TypeDef::len

Size of this descriptor in bytes.


Definition at line 506 of file platform/middleware/usb_gecko/inc/em_usb.h

type#

uint8_t USB_StringDescriptor_TypeDef::type

Constant STRING Descriptor Type.


Definition at line 507 of file platform/middleware/usb_gecko/inc/em_usb.h

name#

char16_t USB_StringDescriptor_TypeDef::name[]

The string encoded with UTF-16LE UNICODE charset.


Definition at line 508 of file platform/middleware/usb_gecko/inc/em_usb.h