Home
last modified time | relevance | path

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

12

/hal_espressif-3.4.0/components/tinyusb/additions/src/
Dusb_descriptors.c41 .idProduct = USB_TUSB_PID,
90 .idProduct = USB_TUSB_PID,
92 .idProduct = CONFIG_TINYUSB_DESC_CUSTOM_PID,
Ddescriptors_control.c163 dev_desc->idVendor, dev_desc->idProduct, dev_desc->bcdDevice, in tusb_set_descriptor()
/hal_espressif-3.4.0/components/usb/test/usb_host/
Dtest_usb_host_async.c65 .idProduct = MOCK_MSC_SCSI_DEV_ID_PRODUCT,
129 .idProduct = MOCK_MSC_SCSI_DEV_ID_PRODUCT,
138 .idProduct = MOCK_MSC_SCSI_DEV_ID_PRODUCT,
Dctrl_client_async_seq.c146 TEST_ASSERT_EQUAL(ctrl_obj.test_param.idProduct, device_desc->idProduct); in ctrl_client_async_seq_task()
Dctrl_client.h12 uint16_t idProduct; member
Dmsc_client.h16 uint16_t idProduct; member
Dmsc_client_async_seq.c181 TEST_ASSERT_EQUAL(msc_obj.test_param.idProduct, device_desc->idProduct); in msc_client_async_seq_task()
Dmsc_client_async_dconn.c191 TEST_ASSERT_EQUAL(msc_obj.test_param.idProduct, device_desc->idProduct); in msc_client_async_dconn_task()
Dtest_usb_host_plugging.c115 .idProduct = MOCK_MSC_SCSI_DEV_ID_PRODUCT,
/hal_espressif-3.4.0/examples/peripherals/usb/tusb_sample_descriptor/
DREADME.md74idProduct │ 0x3000 │
102 idProduct 0x3000
/hal_espressif-3.4.0/examples/peripherals/usb/tusb_sample_descriptor/main/
Dtusb_sample_descriptor_main.c35 .idProduct = 0x3000, in app_main()
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h67 uint16_t idProduct; member
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c62 .idProduct = 0x1234,
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c50 printf("\t PID: 0x%4X \n", info->idProduct); in print_device_info()
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h146 uint16_t idProduct; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h146 uint16_t idProduct; member
/hal_espressif-3.4.0/examples/peripherals/usb/tusb_console/
DREADME.md62idProduct │ 0x4001 │
/hal_espressif-3.4.0/examples/peripherals/usb/tusb_serial_device/
DREADME.md56idProduct │ 0x4001 │
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c457 info->idProduct = desc->idProduct; in msc_host_get_device_info()
/hal_espressif-3.4.0/docs/zh_CN/api-guides/jtag-debugging/
Dconfigure-ft2232h-jtag.rst175 <key>idProduct</key>
/hal_espressif-3.4.0/components/usb/include/usb/
Dusb_types_ch9.h271 uint16_t idProduct; /**< Product ID (assigned by the manufacturer) */ member
/hal_espressif-3.4.0/components/usb/
Dusb_helpers.c248 printf("idProduct 0x%x\n", devc_desc->idProduct); in usb_print_device_descriptor()
/hal_espressif-3.4.0/examples/peripherals/usb/host/usb_host_lib/
DREADME.md81 idProduct 0x1001
/hal_espressif-3.4.0/docs/en/api-guides/
Ddfu.rst96 … SUBSYSTEMS=="usb", ATTRS{idVendor}=="303a", ATTRS{idProduct}=="00??", GROUP="plugdev", MODE="0666"
/hal_espressif-3.4.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