Home
last modified time | relevance | path

Searched refs:USBH_GET_URB_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/core/
A Dusbh_core.h50 #define USBH_GET_URB_INTERVAL(interval, speed) (speed < USB_SPEED_HIGH ? (interval * 1000) : ((1 <<… macro
228 urb->interval = USBH_GET_URB_INTERVAL(ep->bInterval, hport->speed); in usbh_int_urb_fill()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c419 …hub->int_timer = usb_osal_timer_create("hubint_tim", USBH_GET_URB_INTERVAL(hub->intin->bInterval, … in usbh_hub_connect()

Completed in 6 milliseconds