Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/tinyusb/additions/include/
Dtinyusb_types.h22 #define USB_STRING_DESCRIPTOR_ARRAY_SIZE 7 macro
28 typedef const char *tusb_desc_strarray_device_t[USB_STRING_DESCRIPTOR_ARRAY_SIZE];
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Ddescriptors_control.c20 static char *s_str_descriptor[USB_STRING_DESCRIPTOR_ARRAY_SIZE];
170 sizeof(s_str_descriptor[0])*USB_STRING_DESCRIPTOR_ARRAY_SIZE); in tusb_set_descriptor()