Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c31 uint32_t stateMachine);
208 uint32_t stateMachine) in _USB_OtgKhciRequestState() argument
213 …if ((stateMachine == ((uint32_t)kOtg_State_ASuspend)) || (stateMachine == ((uint32_t)kOtg_State_BW… in _USB_OtgKhciRequestState()
287 if (stateMachine != ((uint32_t)kOtg_State_ASuspend)) in _USB_OtgKhciRequestState()
311 …if (0U != ((requestState & ((uint32_t)kOtg_StatusId))) && (stateMachine == ((uint32_t)kOtg_State_S… in _USB_OtgKhciRequestState()
327 otgKhciInstance->lastState = stateMachine; in _USB_OtgKhciRequestState()