Home
last modified time | relevance | path

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

/lk-master/platform/lpc43xx/
A Dudc-common.c41 static unsigned next_string_id = 1; variable
65 if (next_string_id > 255) in udc_string_desc_alloc()
72 desc = udc_descriptor_alloc(TYPE_STRING, next_string_id, len * 2 + 2); in udc_string_desc_alloc()
75 next_string_id++; in udc_string_desc_alloc()

Completed in 2 milliseconds