Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.h304 …uint16_t lastLinkFrame; /*!< It means that the inserted frame for ISO ITD/SITD. 0xFFFF is invalid.… member
A Dusb_host_ehci.c2525 if (isoPointer->lastLinkFrame == 0xFFFF) /* first link */ in USB_HostEhciLinkSitd()
2538 …shouldLinkFrame = isoPointer->lastLinkFrame + frameInterval; /* continuous next should link frame … in USB_HostEhciLinkSitd()
2602 isoPointer->lastLinkFrame = currentFrame; /* save the last link frame value */ in USB_HostEhciLinkSitd()
2893 ehciInstance, isoPointer->lastLinkFrame, in USB_HostEhciItdArrayInit()
2990 isoPointer->lastLinkFrame = lastShouldLinkUframe; in USB_HostEhciItdArrayInit()
3225 isoPointer->lastLinkFrame = 0xFFFF; in USB_HostEhciOpenIso()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h284 …uint16_t lastLinkFrame; /*!< It means that the inserted frame for ISO ITD/SITD. 0xFFFF is invalid.… member
A Dusb_host_ehci.c2558 if (isoPointer->lastLinkFrame == 0xFFFFU) /* first link */ in USB_HostEhciLinkSitd()
2577 …shouldLinkFrame = isoPointer->lastLinkFrame + frameInterval; /* continuous next should link frame … in USB_HostEhciLinkSitd()
2652 isoPointer->lastLinkFrame = (uint16_t)currentFrame; /* save the last link frame value */ in USB_HostEhciLinkSitd()
2970 ehciInstance, isoPointer->lastLinkFrame, in USB_HostEhciItdArrayInit()
3077 isoPointer->lastLinkFrame = (uint16_t)lastShouldLinkUframe; in USB_HostEhciItdArrayInit()
3321 isoPointer->lastLinkFrame = 0xFFFF; in USB_HostEhciOpenIso()

Completed in 24 milliseconds