Searched refs:bInterfaceProtocol (Results 1 – 6 of 6) sorted by relevance
194 uint8_t bInterfaceProtocol; member
399 uint8_t bInterfaceProtocol; /**< Protocol code (assigned by the USB) */ member
216 printf("\tbInterfaceClass 0x%x\n", intf_desc->bInterfaceProtocol); in usbh_print_intf_desc()
736 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()
92 ifc_desc->bInterfaceProtocol == BULK_ONLY_TRANSFER ) { in find_msc_interface()