Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c3017 uint32_t currentUframe; in USB_HostEhciGetItdLinkFrame() local
3027 currentUframe = (ehciInstance->ehciIpBase->FRINDEX & USB_HOST_EHCI_MAX_MICRFRAME_VALUE); in USB_HostEhciGetItdLinkFrame()
3028 … distance = ((shouldLinkUframe + USB_HOST_EHCI_MAX_MICRFRAME_VALUE + 1U - currentUframe) & in USB_HostEhciGetItdLinkFrame()
3036 currentUframe = shouldLinkUframe; in USB_HostEhciGetItdLinkFrame()
3040 currentUframe = in USB_HostEhciGetItdLinkFrame()
3041 … ((currentUframe + USB_HOST_EHCI_ISO_BOUNCE_UFRAME_NUMBER) & USB_HOST_EHCI_MAX_MICRFRAME_VALUE); in USB_HostEhciGetItdLinkFrame()
3047 if (currentUframe <= startUframe) in USB_HostEhciGetItdLinkFrame()
3049 currentUframe = startUframe; in USB_HostEhciGetItdLinkFrame()
3053 currentUframe -= startUframe; in USB_HostEhciGetItdLinkFrame()
3054 currentUframe = ((uint32_t)(currentUframe + uframeInterval) & in USB_HostEhciGetItdLinkFrame()
[all …]