Searched refs:asyncListAvtive (Results 1 – 2 of 2) sorted by relevance
463 if ((0U != usbHostPointer->asyncListAvtive) && (NULL != usbHostPointer->asyncListPointer)) in _USB_HostKhciGetRightTrRequest()509 if (usbHostPointer->asyncListAvtive == 1U) in _USB_HostKhciUnlinkTrRequestFromList()531 usbHostPointer->asyncListAvtive = 0U; in _USB_HostKhciUnlinkTrRequestFromList()604 if (usbHostPointer->asyncListAvtive == 0U) in _USB_HostKhciLinkTrRequestToList()608 usbHostPointer->asyncListAvtive = 1U; in _USB_HostKhciLinkTrRequestToList()1446 … if ((usbHostPointer->asyncListAvtive == 1U) || (usbHostPointer->periodicListAvtive == 1U)) in _USB_HostKhciTransferStateMachine()1606 usbHostPointer->asyncListAvtive = 0U; in USB_HostKhciCreate()
194 uint8_t asyncListAvtive; /*!< KHCI async list is active*/ member