Searched refs:desc_str (Results 1 – 1 of 1) sorted by relevance
161 static uint16_t desc_str[USBD_DESC_STR_MAX]; in tud_descriptor_string_cb() local170 desc_str[1] = 0x0409; // supported language is English in tud_descriptor_string_cb()178 desc_str[1 + len] = str[len]; in tud_descriptor_string_cb()183 desc_str[0] = (uint16_t) ((TUSB_DESC_STRING << 8) | (2 * len + 2)); in tud_descriptor_string_cb()185 return desc_str; in tud_descriptor_string_cb()