/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/ |
D | usb_common.h | 139 uint8_t bDescriptorType; member 157 uint8_t bDescriptorType; member 164 uint8_t bDescriptorType; member 176 uint8_t bDescriptorType; member 188 uint8_t bDescriptorType; member 201 uint8_t bDescriptorType; member 210 uint8_t bDescriptorType; member 216 uint8_t bDescriptorType; member
|
D | usb_cdc.h | 110 uint8_t bDescriptorType; member 118 uint8_t bDescriptorType; member 127 uint8_t bDescriptorType; member 136 uint8_t bDescriptorType; member 163 uint8_t bDescriptorType; member
|
D | usb_dfu.h | 87 uint8_t bDescriptorType; member
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/ |
D | usb_common.h | 139 uint8_t bDescriptorType; member 157 uint8_t bDescriptorType; member 164 uint8_t bDescriptorType; member 176 uint8_t bDescriptorType; member 188 uint8_t bDescriptorType; member 201 uint8_t bDescriptorType; member 210 uint8_t bDescriptorType; member 216 uint8_t bDescriptorType; member
|
D | usb_cdc.h | 110 uint8_t bDescriptorType; member 118 uint8_t bDescriptorType; member 127 uint8_t bDescriptorType; member 136 uint8_t bDescriptorType; member 163 uint8_t bDescriptorType; member
|
D | usb_dfu.h | 87 uint8_t bDescriptorType; member
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_helpers.c | 35 …e(const usb_standard_desc_t *cur_desc, uint16_t wTotalLength, uint8_t bDescriptorType, int *offset) in usb_parse_next_descriptor_of_type() argument 42 if (ret_desc->bDescriptorType == bDescriptorType) { in usb_parse_next_descriptor_of_type() 199 printf("\t\tbDescriptorType %d\n", ep_desc->bDescriptorType); in print_ep_desc() 212 printf("\tbDescriptorType %d\n", intf_desc->bDescriptorType); in usbh_print_intf_desc() 224 printf("bDescriptorType %d\n", cfg_desc->bDescriptorType); in usbh_print_cfg_desc() 241 printf("bDescriptorType %d\n", devc_desc->bDescriptorType); in usb_print_device_descriptor() 267 switch (next_desc->bDescriptorType) { in usb_print_config_descriptor()
|
D | hub.c | 433 if (device_desc->bDescriptorType != USB_B_DESCRIPTOR_TYPE_DEVICE) { in enum_stage_transfer_check() 469 if (config_desc->bDescriptorType != USB_B_DESCRIPTOR_TYPE_CONFIGURATION) { in enum_stage_transfer_check() 505 if (str_desc->bDescriptorType == 0) { in enum_stage_transfer_check() 509 } else if (str_desc->bDescriptorType != USB_B_DESCRIPTOR_TYPE_STRING) { in enum_stage_transfer_check() 533 if (str_desc->bDescriptorType == 0) { in enum_stage_transfer_check() 537 } else if (str_desc->bDescriptorType != USB_B_DESCRIPTOR_TYPE_STRING) { in enum_stage_transfer_check()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/ |
D | README.md | 74 bDescriptorType 1 90 bDescriptorType 2 99 bDescriptorType 4 107 bDescriptorType 5 114 bDescriptorType 4 122 bDescriptorType 5 129 bDescriptorType 5 136 bDescriptorType 4 144 bDescriptorType 5 151 bDescriptorType 5
|
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_types_ch9.h | 243 uint8_t bDescriptorType; /**< Descriptor Type */ member 264 uint8_t bDescriptorType; /**< DEVICE Descriptor Type */ member 333 uint8_t bDescriptorType; /**< CONFIGURATION Descriptor Type */ member 366 uint8_t bDescriptorType; /**< INTERFACE ASSOCIATION Descriptor Type */ member 393 uint8_t bDescriptorType; /**< INTERFACE Descriptor Type */ member 421 uint8_t bDescriptorType; /**< ENDPOINT Descriptor Type */ member 476 uint8_t bDescriptorType; /**< STRING Descriptor Type */ member
|
D | usb_helpers.h | 52 …(const usb_standard_desc_t *cur_desc, uint16_t wTotalLength, uint8_t bDescriptorType, int *offset);
|
/hal_espressif-3.6.0/components/usb/test/common/ |
D | test_usb_mock_classes.c | 44 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT, 53 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT, 108 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT,
|
D | test_usb_mock_classes.h | 279 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT,
|
/hal_espressif-3.6.0/components/tinyusb/additions/src/ |
D | usb_descriptors.c | 23 .bDescriptorType = TUSB_DESC_DEVICE, 66 .bDescriptorType = TUSB_DESC_DEVICE,
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | usb_types_cdc.h | 190 …const uint8_t bDescriptorType; // Upper nibble: CDC code 0x02, Lower nibble: intf/ep descriptor ty… member 202 …const uint8_t bDescriptorType; // Upper nibble: CDC code 0x02, Lower nibble: intf/ep descriptor ty… member
|
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_ctrl.c | 81 TEST_ASSERT_EQUAL(USB_B_DESCRIPTOR_TYPE_CONFIGURATION , config_desc->bDescriptorType); 214 TEST_ASSERT_EQUAL(USB_B_DESCRIPTOR_TYPE_CONFIGURATION , config_desc->bDescriptorType); 289 TEST_ASSERT_EQUAL(USB_B_DESCRIPTOR_TYPE_CONFIGURATION , config_desc->bDescriptorType);
|
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/ |
D | README.md | 95 bDescriptorType 1 110 bDescriptorType 2
|
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/main/ |
D | tusb_sample_descriptor_main.c | 29 .bDescriptorType = TUSB_DESC_DEVICE, in app_main()
|
/hal_espressif-3.6.0/components/esp_rom/esp32s2/ |
D | usb_descriptors.c | 30 .bDescriptorType = 0x03,
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | msc_device.c | 55 .bDescriptorType = TUSB_DESC_DEVICE,
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 79 const uint8_t bDescriptorType; member 99 const uint8_t bDescriptorType; member 676 …if ((cdc_desc == NULL) || (cdc_desc->bDescriptorType != ((USB_CLASS_COMM << 4) | USB_W_VALUE_DT_IN… in cdc_acm_find_intf_and_ep_desc()
|