Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c192 int ascii_idx_max = USB_BSTRING_ASCII_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le() local
196 idx_max, ascii_idx_max, (void *)buf); in ascii7_to_utf16le()
200 buf[ascii_idx_max], in ascii7_to_utf16le()
201 buf[ascii_idx_max], in ascii7_to_utf16le()
202 ascii_idx_max, i); in ascii7_to_utf16le()
203 __ASSERT(buf[ascii_idx_max] > 0x1F && buf[ascii_idx_max] < 0x7F, in ascii7_to_utf16le()
207 buf[i - 1] = buf[ascii_idx_max--]; in ascii7_to_utf16le()