Searched refs:periodicListAvtive (Results 1 – 2 of 2) sorted by relevance
420 if (0U != usbHostPointer->periodicListAvtive) in _USB_HostKhciGetRightTrRequest()534 if (usbHostPointer->periodicListAvtive == 1U) in _USB_HostKhciUnlinkTrRequestFromList()556 usbHostPointer->periodicListAvtive = 0U; in _USB_HostKhciUnlinkTrRequestFromList()584 if (usbHostPointer->periodicListAvtive == 0U) in _USB_HostKhciLinkTrRequestToList()588 usbHostPointer->periodicListAvtive = 1U; in _USB_HostKhciLinkTrRequestToList()1371 if (0U != usbHostPointer->periodicListAvtive) in _USB_HostKhciTransferStateMachine()1446 … if ((usbHostPointer->asyncListAvtive == 1U) || (usbHostPointer->periodicListAvtive == 1U)) in _USB_HostKhciTransferStateMachine()1607 usbHostPointer->periodicListAvtive = 0U; in USB_HostKhciCreate()
195 uint8_t periodicListAvtive; /*!< KHCI periodic list is active*/ member