Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.h244 …uint16_t timeOutLabel; /*!< It's used to judge the transfer timeout. The EHCI driver maintain the … member
Dusb_host_ehci.c2506 qhPointer->timeOutLabel = 0; in USB_HostEhciQhInit()
3993 vltQhPointer->timeOutLabel = 0U; in USB_HostEhciTransactionDone()
4112 vltQhPointer->timeOutLabel = 0U; in USB_HostEhciTransactionDone()
4392 … if (vltQhPointer->timeOutLabel != backValue) /* use total bytes to reflect the time out */ in USB_HostEhciTimer0()
4395 vltQhPointer->timeOutLabel = (uint16_t)backValue; in USB_HostEhciTimer0()