Searched refs:USB_DESCTYPE_STR (Results 1 – 11 of 11) sorted by relevance
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/printer/Source/ |
| A D | printer_core.c | 148 .bDescriptorType = USB_DESCTYPE_STR, 159 .bDescriptorType = USB_DESCTYPE_STR, 170 .bDescriptorType = USB_DESCTYPE_STR, 181 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/msc/Source/ |
| A D | usbd_msc_core.c | 147 .bDescriptorType = USB_DESCTYPE_STR 158 .bDescriptorType = USB_DESCTYPE_STR, 169 .bDescriptorType = USB_DESCTYPE_STR, 180 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/hid/Source/ |
| A D | standard_hid_core.c | 131 .bDescriptorType = USB_DESCTYPE_STR 142 .bDescriptorType = USB_DESCTYPE_STR, 153 .bDescriptorType = USB_DESCTYPE_STR, 164 .bDescriptorType = USB_DESCTYPE_STR,
|
| A D | custom_hid_core.c | 149 .bDescriptorType = USB_DESCTYPE_STR 160 .bDescriptorType = USB_DESCTYPE_STR, 171 .bDescriptorType = USB_DESCTYPE_STR, 182 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/dfu/Source/ |
| A D | dfu_core.c | 147 .bDescriptorType = USB_DESCTYPE_STR 158 .bDescriptorType = USB_DESCTYPE_STR, 169 .bDescriptorType = USB_DESCTYPE_STR, 180 .bDescriptorType = USB_DESCTYPE_STR, 190 .bDescriptorType = USB_DESCTYPE_STR, 200 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/cdc/Source/ |
| A D | cdc_acm_core.c | 206 .bDescriptorType = USB_DESCTYPE_STR, 217 .bDescriptorType = USB_DESCTYPE_STR, 228 .bDescriptorType = USB_DESCTYPE_STR, 239 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/iap/Source/ |
| A D | usb_iap_core.c | 146 .bDescriptorType = USB_DESCTYPE_STR 157 .bDescriptorType = USB_DESCTYPE_STR, 168 .bDescriptorType = USB_DESCTYPE_STR, 179 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/audio/Source/ |
| A D | audio_core.c | 444 .bDescriptorType = USB_DESCTYPE_STR 456 .bDescriptorType = USB_DESCTYPE_STR, 467 .bDescriptorType = USB_DESCTYPE_STR, 478 .bDescriptorType = USB_DESCTYPE_STR,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/ustd/common/ |
| A D | usb_ch9_std.h | 96 USB_DESCTYPE_STR = 0x3U, /*!< USB string descriptor type */ enumerator
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/ |
| A D | usbh_enum.c | 167 .wValue = USBH_DESC(USB_DESCTYPE_STR) | str_index, in usbh_strdesc_get() 676 if (USB_DESCTYPE_STR == psrc[1]) { in usbh_strdesc_parse()
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/core/Source/ |
| A D | usbd_enum.c | 83 [(uint8_t)USB_DESCTYPE_STR - 1U] = _usb_str_desc_get 520 case USB_DESCTYPE_STR: in _usb_std_getdescriptor()
|
Completed in 41 milliseconds