Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c191 int idx_max = USB_BSTRING_UTF16LE_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le() local
196 idx_max, ascii_idx_max, (void *)buf); in ascii7_to_utf16le()
198 for (int i = idx_max; i >= 0; i -= 2) { in ascii7_to_utf16le()