Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h194 uint8_t bInterfaceProtocol; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h194 uint8_t bInterfaceProtocol; member
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h399 uint8_t bInterfaceProtocol; /**< Protocol code (assigned by the USB) */ member
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c216 printf("\tbInterfaceClass 0x%x\n", intf_desc->bInterfaceProtocol); in usbh_print_intf_desc()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c736 cdc_dev->comm_protocol = (cdc_comm_protocol_t)cdc_dev->notif.intf_desc->bInterfaceProtocol; in cdc_acm_host_open()
737 cdc_dev->data_protocol = (cdc_data_protocol_t)cdc_dev->data.intf_desc->bInterfaceProtocol; in cdc_acm_host_open()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c92 ifc_desc->bInterfaceProtocol == BULK_ONLY_TRANSFER ) { in find_msc_interface()