Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbh_core.c185 if (desc->bLength != USB_SIZEOF_CONFIG_DESC) { in parse_config_descriptor()
192 if (length <= USB_SIZEOF_CONFIG_DESC) { in parse_config_descriptor()
217 p += USB_SIZEOF_CONFIG_DESC; in parse_config_descriptor()
218 desc_len = USB_SIZEOF_CONFIG_DESC; in parse_config_descriptor()
477 setup->wLength = USB_SIZEOF_CONFIG_DESC; in usbh_enumerate()
485 …ruct usb_configuration_descriptor *)ep0_request_buffer[hport->bus->busid], USB_SIZEOF_CONFIG_DESC); in usbh_enumerate()
/components/drivers/usb/cherryusb/common/
A Dusb_def.h379 #define USB_SIZEOF_CONFIG_DESC 9 macro

Completed in 78 milliseconds