EFM32 Leopard Gecko Software Documentation
efm32lg-doc-4.2.1
|
USB String Descriptor. More...
#include <em_usb.h>
Data Fields | |
uint8_t | len |
uint8_t | type |
char16_t | name [] |
uint8_t USB_StringDescriptor_TypeDef::len |
Size of this descriptor in bytes.
Definition at line 514 of file em_usb.h.
Referenced by USBH_GetStringB().
uint8_t USB_StringDescriptor_TypeDef::type |
char16_t USB_StringDescriptor_TypeDef::name[] |
The string encoded with UTF-16LE UNICODE charset.
Definition at line 516 of file em_usb.h.
Referenced by USBH_GetStringB(), and USBH_PrintString().