Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_def.h354 uint8_t bDeviceProtocol; /* Protocol, if 0 see interface */ member
438 uint8_t bDeviceProtocol; /* Protocol, if 0 see interface */ member
641 #define USB_DEVICE_DESCRIPTOR_INIT(bcdUSB, bDeviceClass, bDeviceSubClass, bDeviceProtocol, idVendor… argument
647bDeviceProtocol, /* bDeviceProtocol */ …
667 #define USB_DEVICE_QUALIFIER_DESCRIPTOR_INIT(bcdUSB, bDeviceClass, bDeviceSubClass, bDeviceProtocol argument
673bDeviceProtocol, /* bDeviceProtocol */ …
/components/drivers/include/drivers/
A Dusb_common.h282 rt_uint8_t bDeviceProtocol; member
377 rt_uint8_t bDeviceProtocol; member
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c146 USB_LOG_DBG("bDeviceProtocol: 0x%02x \r\n", desc->bDeviceProtocol); in parse_device_descriptor()
161 hport->device_desc.bDeviceProtocol = desc->bDeviceProtocol; in parse_device_descriptor()
286 USB_LOG_RAW("bDeviceProtocol: 0x%02x \r\n", hport->device_desc.bDeviceProtocol); in usbh_print_hubport_info()
417 dev_desc->bDeviceProtocol, ep_mps); in usbh_enumerate()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c382 if (hport->device_desc.bDeviceProtocol == HUB_PROTOCOL_MTT) { in usbh_hub_connect()

Completed in 13 milliseconds