Home
last modified time | relevance | path

Searched refs:idVendor (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dusb_descriptors.c40 .idVendor = 0xCafe,
84 .idVendor = USB_ESPRESSIF_VID,
86 .idVendor = CONFIG_TINYUSB_DESC_CUSTOM_VID,
Ddescriptors_control.c163 dev_desc->idVendor, dev_desc->idProduct, dev_desc->bcdDevice, in tusb_set_descriptor()
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c64 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR,
128 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR,
137 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR,
Dctrl_client_async_seq.c145 TEST_ASSERT_EQUAL(ctrl_obj.test_param.idVendor, device_desc->idVendor); in ctrl_client_async_seq_task()
Dctrl_client.h11 uint16_t idVendor; member
Dmsc_client.h15 uint16_t idVendor; member
Dmsc_client_async_seq.c180 TEST_ASSERT_EQUAL(msc_obj.test_param.idVendor, device_desc->idVendor); in msc_client_async_seq_task()
Dmsc_client_async_dconn.c190 TEST_ASSERT_EQUAL(msc_obj.test_param.idVendor, device_desc->idVendor); in msc_client_async_dconn_task()
Dtest_usb_host_plugging.c114 .idVendor = MOCK_MSC_SCSI_DEV_ID_VENDOR,
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/
DREADME.md72idVendor │ 0x303a │
101 idVendor 0x303a
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/main/
Dtusb_sample_descriptor_main.c34 .idVendor = 0x303A, in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h68 uint16_t idVendor; member
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c61 .idVendor = USB_ESPRESSIF_VID,
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c51 printf("\t VID: 0x%4X \n", info->idVendor); in print_device_info()
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h145 uint16_t idVendor; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h145 uint16_t idVendor; member
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_console/
DREADME.md60idVendor │ 0x303a │
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_serial_device/
DREADME.md54idVendor │ 0x303a │
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c458 info->idVendor = desc->idVendor; in msc_host_get_device_info()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dconfigure-ft2232h-jtag.rst177 <key>idVendor</key>
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h270 uint16_t idVendor; /**< Vendor ID (assigned by the USB-IF) */ member
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c247 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/
DREADME.md80 idVendor 0x303a
/hal_espressif-3.6.0/docs/en/api-guides/
Ddfu.rst96 … 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/
Dcdc_acm_host.c345 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()

12