Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dmsc_client_async_enum.c151 … TEST_ASSERT_EQUAL(product_str_desc_ref->bLength, dev_info.str_desc_product->bLength); in msc_client_async_enum_task()
154 …TEST_ASSERT_EQUAL(0, memcmp(product_str_desc_ref, dev_info.str_desc_product , manu_str_desc_ref->b… in msc_client_async_enum_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c113 if (dev_info.str_desc_product) { in action_get_str_desc()
115 usb_print_string_descriptor(dev_info.str_desc_product); in action_get_str_desc()
/hal_espressif-3.6.0/components/usb/
Dusbh.c73 const usb_str_desc_t *str_desc_product; member
182 if (dev_obj->constant.str_desc_product) { in device_free()
183 heap_caps_free((usb_str_desc_t *)dev_obj->constant.str_desc_product); in device_free()
674 dev_info->str_desc_product = dev_obj->constant.str_desc_product; in usbh_dev_get_info()
1021 assert(dev_obj->constant.str_desc_product == NULL); in usbh_hub_enum_fill_str_desc()
1022 dev_obj->constant.str_desc_product = str_desc_fill; in usbh_hub_enum_fill_str_desc()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_stack.h57 …const usb_str_desc_t *str_desc_product; /**< Pointer to Product string descriptor (can be … member