USB_StringDescriptor_TypeDef Struct ReferencePlatform Middleware > USB > USB_COMMON

USB String Descriptor.

Definition at line 496 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 497 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 499 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 498 of file em_usb.h .


The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/platform/middleware/usb_gecko/inc/ em_usb.h