struct usb_st_manufacturer
#include <usb_descriptors.h>
Data Fields | |
uint8_t | bDescriptorType |
STRING descriptor type. More... | |
U8 | bDescriptorType |
STRING descriptor type. More... | |
uint8_t | bLength |
Size of this descriptor in bytes. More... | |
U8 | bLength |
Size of this descriptor in bytes. More... | |
uint16_t | wstring [USB_MN_LENGTH] |
Unicode characters. More... | |
U16 | wstring [USB_MN_LENGTH] |
Unicode characters. More... | |
uint8_t S_usb_manufacturer_string_descriptor::bDescriptorType |
STRING descriptor type.
U8 S_usb_manufacturer_string_descriptor::bDescriptorType |
STRING descriptor type.
uint8_t S_usb_manufacturer_string_descriptor::bLength |
Size of this descriptor in bytes.
Referenced by usb_user_get_descriptor().
U8 S_usb_manufacturer_string_descriptor::bLength |
Size of this descriptor in bytes.
uint16_t S_usb_manufacturer_string_descriptor::wstring |
Unicode characters.
U16 S_usb_manufacturer_string_descriptor::wstring[USB_MN_LENGTH] |
Unicode characters.