Home
last modified time | relevance | path

Searched refs:str_descr (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c190 struct usb_string_descriptor *str_descr = descriptor; in ascii7_to_utf16le() local
191 int idx_max = USB_BSTRING_UTF16LE_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le()
192 int ascii_idx_max = USB_BSTRING_ASCII_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le()
193 uint8_t *buf = (uint8_t *)&str_descr->bString; in ascii7_to_utf16le()