EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
USB_StringDescriptor_TypeDef Struct Reference

Detailed Description

USB String Descriptor.

Definition at line 514 of file em_usb.h.

#include <em_usb.h>

Data Fields

uint8_t len
 
char16_t name []
 
uint8_t type
 

Field Documentation

uint8_t USB_StringDescriptor_TypeDef::len

Size of this descriptor in bytes.

Definition at line 516 of file em_usb.h.

Referenced by USBH_GetStringB().

char16_t USB_StringDescriptor_TypeDef::name[]

The string encoded with UTF-16LE UNICODE charset.

Definition at line 518 of file em_usb.h.

Referenced by USBH_GetStringB(), and USBH_PrintString().

uint8_t USB_StringDescriptor_TypeDef::type

Constant STRING Descriptor Type.

Definition at line 517 of file em_usb.h.


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