USB_StringDescriptor_TypeDef Struct Reference

USB String Descriptor.

#include <em_usb.h>

Data Fields

uint8_t len
 Size of this descriptor in bytes.
 
uint8_t type
 Constant STRING Descriptor Type.
 
char16_t name []
 The string encoded with UTF-16LE UNICODE charset.
 

USB String Descriptor.

Field Documentation

◆ len

uint8_t USB_StringDescriptor_TypeDef::len

Size of this descriptor in bytes.


◆ type

uint8_t USB_StringDescriptor_TypeDef::type

Constant STRING Descriptor Type.


◆ name

char16_t USB_StringDescriptor_TypeDef::name[]

The string encoded with UTF-16LE UNICODE charset.