Home
last modified time | relevance | path

Searched refs:num_of_intf_altsettings (Results 1 – 4 of 4) sorted by relevance

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.h30 uint8_t num_of_intf_altsettings; member
A Dusbh_bluetooth.c49 bluetooth_class->num_of_intf_altsettings = hport->config.intf[intf + 1].altsetting_num; in usbh_bluetooth_connect()
74 USB_LOG_INFO("Num of altsettings:%u\r\n", bluetooth_class->num_of_intf_altsettings); in usbh_bluetooth_connect()
76 for (uint8_t i = 0; i < bluetooth_class->num_of_intf_altsettings; i++) { in usbh_bluetooth_connect()
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c186 if (altsetting > (video_class->num_of_intf_altsettings - 1)) { in usbh_video_open()
324 USB_LOG_RAW("Num of altsettings:%u\r\n", video_class->num_of_intf_altsettings); in usbh_video_list_info()
326 for (uint8_t i = 0; i < video_class->num_of_intf_altsettings; i++) { in usbh_video_list_info()
381 video_class->num_of_intf_altsettings = hport->config.intf[intf + 1].altsetting_num; in usbh_video_ctrl_connect()
A Dusbh_video.h55 uint8_t num_of_intf_altsettings; member

Completed in 4 milliseconds