Searched refs:timeOutLabel (Results 1 – 4 of 4) sorted by relevance
255 …uint16_t timeOutLabel; /*!< It's used to judge the transfer timeout. The EHCI driver maintain the … member
2354 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()
235 …uint16_t timeOutLabel; /*!< It's used to judge the transfer timeout. The EHCI driver maintain the … member
2382 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 21 milliseconds