Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h140 #define USB_W_VALUE_DT_INTERFACE 0x04 macro
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c271 case USB_W_VALUE_DT_INTERFACE: in usb_print_config_descriptor()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c71 return usb_parse_next_descriptor_of_type(desc, len, USB_W_VALUE_DT_INTERFACE, (int *)offset); in next_interface_desc()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c676 …desc == NULL) || (cdc_desc->bDescriptorType != ((USB_CLASS_COMM << 4) | USB_W_VALUE_DT_INTERFACE))) in cdc_acm_find_intf_and_ep_desc()