Home
last modified time | relevance | path

Searched refs:usbh_set_interface (Results 1 – 5 of 5) sorted by relevance

/components/drivers/usb/cherryusb/core/
A Dusbh_core.h275 int usbh_set_interface(struct usbh_hubport *hport, uint8_t intf, uint8_t altsetting);
A Dusbh_core.c775 int usbh_set_interface(struct usbh_hubport *hport, uint8_t intf, uint8_t altsetting) in usbh_set_interface() function
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.c171 usbh_set_interface(cdc_ecm_class->hport, cdc_ecm_class->data_intf, altsetting); in usbh_cdc_ecm_connect()
A Dusbh_cdc_ncm.c201 usbh_set_interface(cdc_ncm_class->hport, cdc_ncm_class->data_intf, altsetting); in usbh_cdc_ncm_connect()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c93 ret = usbh_set_interface(hport, intf, 0); in usbh_bluetooth_connect()

Completed in 18 milliseconds