Searched refs:usb_curframe_get (Results 1 – 4 of 4) sorted by relevance
234 …} else if ((wait_time > 0U) && ((usb_curframe_get(puhost->data)- puhost->control.timer) > wait_tim… in usbh_urb_wait()277 puhost->control.timer = (uint16_t)usb_curframe_get(puhost->data); in usbh_setup_transc()297 puhost->control.timer = (uint16_t)usb_curframe_get(puhost->data); in usbh_data_in_transc()319 puhost->control.timer = (uint16_t)usb_curframe_get(puhost->data); in usbh_data_out_transc()
385 puhost->control.timer = (uint16_t)usb_curframe_get(&usbh_core); in usbh_sof()
170 static inline uint32_t usb_curframe_get (usb_core_driver *pudev) in usb_curframe_get() function
492 hid->timer = usb_curframe_get (puhost->data); in usbh_hid_handle()560 uint32_t frame_count = usb_curframe_get (puhost->data); in usbh_hid_sof()
Completed in 13 milliseconds