Home
last modified time | relevance | path

Searched refs:bInterval (Results 1 – 14 of 14) sorted by relevance

/components/drivers/usb/cherryusb/class/audio/
A Dusb_audio.h694 uint8_t bInterval; member
775 …s, bSubFrameSize, bBitResolution, bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval, ...) \ argument
814bInterval, /* bInterval : one packet per frame */ …
864bInterval, /* bInterval : one packet per frame */ …
879bInterval, /* bInterval */ …
916bInterval, /* bInterval : one packet per frame */ …
1174 …lConfig, bSubslotSize, bBitResolution, bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) \ argument
1214bInterval, /* bInterval */ …
1255bInterval, /* bInterval */ …
1316bInterval, /* bInterval */ …
[all …]
/components/drivers/usb/cherryusb/class/hid/
A Dusb_hid.h583 …RIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMaxPacketSize, bInterval) \ argument
606 bInterval /* bInterval: Polling Interval */
610 …RIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMaxPacketSize, bInterval) \ argument
633 bInterval /* bInterval: Polling Interval */
637 …_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, in_ep, out_ep,wMaxPacketSize, bInterval) \ argument
660bInterval, /* bInterval: Polling Interval */ …
666 bInterval /* bInterval: Polling Interval */
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h59 ep_desc->bInterval, \
228 urb->interval = USBH_GET_URB_INTERVAL(ep->bInterval, hport->speed); in usbh_int_urb_fill()
A Dusbh_core.c326 …("\t\tbInterval: 0x%02x \r\n", hport->config.intf[i].altsetting[j].ep[k].ep_desc.bInterval); in usbh_print_hubport_info()
382 ep->bInterval = 0; in usbh_enumerate()
A Dusbd_core.c1162 ep0.bInterval = 0;
/components/drivers/usb/cherryusb/common/
A Dusb_def.h403 uint8_t bInterval; /* Polling interval in (micro) frames */ member
700 #define USB_ENDPOINT_DESCRIPTOR_INIT(bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) \ argument
706 bInterval /* bInterval */
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c88 ep_desc->bInterval, in usbh_bluetooth_connect()
284 interval = g_bluetooth_class.intin->bInterval; in usbh_bluetooth_hci_evt_rx_thread()
/components/legacy/usb/usbdevice/class/
A Duaudioreg.h72 uByte bInterval; member
/components/drivers/include/drivers/
A Dusb_common.h343 rt_uint8_t bInterval; member
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c341 ep_desc->bInterval, in usbh_video_list_info()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c425 HWREGB(USB_RXINTERVAL_BASE(chidx)) = urb->ep->bInterval; in musb_intr_urb_init()
441 HWREGB(USB_TXINTERVAL_BASE(chidx)) = urb->ep->bInterval; in musb_intr_urb_init()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c419 …= usb_osal_timer_create("hubint_tim", USBH_GET_URB_INTERVAL(hub->intin->bInterval, hport->speed) /… in usbh_hub_connect()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c283 …EndpointAddress, USB_GET_ENDPOINT_TYPE(urb->ep->bmAttributes), urb->ep->bInterval, urb->hport->spe… in rp2040_bulk_int_urb_init()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c543 urb->ep->bInterval, in ehci_intr_urb_init()

Completed in 42 milliseconds