Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c420 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()
Dusb_host_khci.h195 uint8_t periodicListAvtive; /*!< KHCI periodic list is active*/ member