Home
last modified time | relevance | path

Searched refs:bDescriptorType (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h139 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
Dusb_cdc.h110 uint8_t bDescriptorType; member
118 uint8_t bDescriptorType; member
127 uint8_t bDescriptorType; member
136 uint8_t bDescriptorType; member
163 uint8_t bDescriptorType; member
Dusb_dfu.h87 uint8_t bDescriptorType; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h139 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
Dusb_cdc.h110 uint8_t bDescriptorType; member
118 uint8_t bDescriptorType; member
127 uint8_t bDescriptorType; member
136 uint8_t bDescriptorType; member
163 uint8_t bDescriptorType; member
Dusb_dfu.h87 uint8_t bDescriptorType; member
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c35 …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()
Dhub.c433 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/
DREADME.md74 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/
Dusb_types_ch9.h243 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
Dusb_helpers.h52 …(const usb_standard_desc_t *cur_desc, uint16_t wTotalLength, uint8_t bDescriptorType, int *offset);
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_mock_classes.c44 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT,
53 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT,
108 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT,
Dtest_usb_mock_classes.h279 .bDescriptorType = USB_B_DESCRIPTOR_TYPE_ENDPOINT,
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dusb_descriptors.c23 .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/
Dusb_types_cdc.h190 …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/
Dtest_hcd_ctrl.c81 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/
DREADME.md95 bDescriptorType 1
110 bDescriptorType 2
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/main/
Dtusb_sample_descriptor_main.c29 .bDescriptorType = TUSB_DESC_DEVICE, in app_main()
/hal_espressif-3.6.0/components/esp_rom/esp32s2/
Dusb_descriptors.c30 .bDescriptorType = 0x03,
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c55 .bDescriptorType = TUSB_DESC_DEVICE,
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c79 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()