Home
last modified time | relevance | path

Searched refs:bDeviceProtocol (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dusb_descriptors.c31 .bDeviceProtocol = MISC_PROTOCOL_IAD,
35 .bDeviceProtocol = 0x00,
74 .bDeviceProtocol = MISC_PROTOCOL_IAD,
78 .bDeviceProtocol = 0x00,
Ddescriptors_control.c162 dev_desc->bDeviceProtocol, dev_desc->bMaxPacketSize0, in tusb_set_descriptor()
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/
DREADME.md68bDeviceProtocol │ 0 │
99 bDeviceProtocol 0
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c59 .bDeviceProtocol = BULK_ONLY_TRANSFER,
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h143 uint8_t bDeviceProtocol; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h143 uint8_t bDeviceProtocol; member
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_console/
DREADME.md56bDeviceProtocol │ 1 │
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_serial_device/
DREADME.md50bDeviceProtocol │ 1 │
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h268 uint8_t bDeviceProtocol; /**< Protocol code (assigned by the USB-IF) */ member
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c245 printf("bDeviceProtocol 0x%x\n", devc_desc->bDeviceProtocol); in usb_print_device_descriptor()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/
DREADME.md78 bDeviceProtocol 0x1
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c636 (device_desc->bDeviceProtocol == USB_DEVICE_PROTOCOL_IAD)) { in cdc_acm_find_intf_and_ep_desc()