Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.h255 …uint16_t timeOutLabel; /*!< It's used to judge the transfer timeout. The EHCI driver maintain the … member
A Dusb_host_ehci.c2354 qhPointer->timeOutLabel = 0; in USB_HostEhciQhInit()
3564 vltQhPointer->timeOutLabel = 0; in USB_HostEhciTransactionDone()
3659 vltQhPointer->timeOutLabel = 0; in USB_HostEhciTransactionDone()
3908 … if (vltQhPointer->timeOutLabel != backValue) /* use total bytes to reflect the time out */ in USB_HostEhciTimer0()
3911 vltQhPointer->timeOutLabel = backValue; in USB_HostEhciTimer0()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h235 …uint16_t timeOutLabel; /*!< It's used to judge the transfer timeout. The EHCI driver maintain the … member
A Dusb_host_ehci.c2382 qhPointer->timeOutLabel = 0; in USB_HostEhciQhInit()
3671 vltQhPointer->timeOutLabel = 0U; in USB_HostEhciTransactionDone()
3779 vltQhPointer->timeOutLabel = 0U; in USB_HostEhciTransactionDone()
4039 … if (vltQhPointer->timeOutLabel != backValue) /* use total bytes to reflect the time out */ in USB_HostEhciTimer0()
4042 vltQhPointer->timeOutLabel = (uint16_t)backValue; in USB_HostEhciTimer0()

Completed in 23 milliseconds