Searched refs:USB_DEV_DESC_LEN (Results 1 – 12 of 12) sorted by relevance
41 #define USB_DEV_DESC_LEN 0x12U /*!< USB device descriptor length */ macro
65 .bLength = USB_DEV_DESC_LEN,
67 .bLength = USB_DEV_DESC_LEN,
47 .bLength = USB_DEV_DESC_LEN,
51 .bLength = USB_DEV_DESC_LEN,
49 .bLength = USB_DEV_DESC_LEN,
589 #define USB_DEV_DESC_LEN 18 in COMPILER_PACK_RESET() macro
77 .bLength = USB_DEV_DESC_LEN,
485 if (USBH_OK == usbh_devdesc_get (puhost, USB_DEV_DESC_LEN)) { in usbh_enum_task()
81 .bLength = USB_DEV_DESC_LEN,
Completed in 35 milliseconds