/hal_espressif-3.6.0/components/tinyusb/additions/src/ |
D | usb_descriptors.c | 40 .idVendor = 0xCafe, 84 .idVendor = USB_ESPRESSIF_VID, 86 .idVendor = CONFIG_TINYUSB_DESC_CUSTOM_VID,
|
D | descriptors_control.c | 163 dev_desc->idVendor, dev_desc->idProduct, dev_desc->bcdDevice, in tusb_set_descriptor()
|
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | test_usb_host_async.c | 64 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR, 128 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR, 137 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR,
|
D | ctrl_client_async_seq.c | 145 TEST_ASSERT_EQUAL(ctrl_obj.test_param.idVendor, device_desc->idVendor); in ctrl_client_async_seq_task()
|
D | ctrl_client.h | 11 uint16_t idVendor; member
|
D | msc_client.h | 15 uint16_t idVendor; member
|
D | msc_client_async_seq.c | 180 TEST_ASSERT_EQUAL(msc_obj.test_param.idVendor, device_desc->idVendor); in msc_client_async_seq_task()
|
D | msc_client_async_dconn.c | 190 TEST_ASSERT_EQUAL(msc_obj.test_param.idVendor, device_desc->idVendor); in msc_client_async_dconn_task()
|
D | test_usb_host_plugging.c | 114 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR,
|
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/ |
D | README.md | 72 │idVendor │ 0x303a │ 101 idVendor 0x303a
|
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/main/ |
D | tusb_sample_descriptor_main.c | 34 .idVendor = 0x303A, in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/ |
D | msc_host.h | 68 uint16_t idVendor; member
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | msc_device.c | 61 .idVendor = USB_ESPRESSIF_VID,
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/ |
D | msc_example_main.c | 51 printf("\t VID: 0x%4X \n", info->idVendor); in print_device_info()
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/ |
D | usb_common.h | 145 uint16_t idVendor; member
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/ |
D | usb_common.h | 145 uint16_t idVendor; member
|
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_console/ |
D | README.md | 60 │idVendor │ 0x303a │
|
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_serial_device/ |
D | README.md | 54 │idVendor │ 0x303a │
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 458 info->idVendor = desc->idVendor; in msc_host_get_device_info()
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 177 <key>idVendor</key>
|
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_types_ch9.h | 270 uint16_t idVendor; /**< Vendor ID (assigned by the USB-IF) */ member
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_helpers.c | 247 printf("idVendor 0x%x\n", devc_desc->idVendor); in usb_print_device_descriptor()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/ |
D | README.md | 80 idVendor 0x303a
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | dfu.rst | 96 … SUBSYSTEMS=="usb", ATTRS{idVendor}=="303a", ATTRS{idProduct}=="00??", GROUP="plugdev", MODE="0666"
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 345 if (device_desc->idVendor == vid && device_desc->idProduct == pid) { in cdc_acm_find_and_open_usb_device() 373 if (device_desc->idVendor == vid && device_desc->idProduct == pid) { in cdc_acm_find_and_open_usb_device()
|