Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c463 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()
Dusb_host_khci.h194 uint8_t asyncListAvtive; /*!< KHCI async list is active*/ member