Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usb_string_descriptor Struct Reference

USB Unicode (UTF16LE) String Descriptor. More...

#include <zephyr/usb/usb_ch9.h>

Data Fields

uint8_t bLength
 Descriptor length.
uint8_t bDescriptorType
 Descriptor type.
uint16_t bString
 UTF-16LE encoded character.

Detailed Description

USB Unicode (UTF16LE) String Descriptor.

See Table 9-15 of the specification.

Field Documentation

◆ bDescriptorType

uint8_t usb_string_descriptor::bDescriptorType

Descriptor type.

◆ bLength

uint8_t usb_string_descriptor::bLength

Descriptor length.

◆ bString

uint16_t usb_string_descriptor::bString

UTF-16LE encoded character.


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