Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c154 if (otgKhciInstance->lastState == (uint32_t)kOtg_State_ASuspend) in USB_OtgKhciParsePeripheralStatus()
163 else if (otgKhciInstance->lastState == (uint32_t)kOtg_State_BWaitAcon) in USB_OtgKhciParsePeripheralStatus()
274 if (otgKhciInstance->lastState == (uint32_t)kOtg_State_AWaitVrise) in _USB_OtgKhciRequestState()
327 otgKhciInstance->lastState = stateMachine; in _USB_OtgKhciRequestState()
587 if (otgKhciInstance->lastState == (uint32_t)kOtg_State_BHost) in USB_OtgKhciIsrFunction()
591 else if ((otgKhciInstance->lastState == (uint32_t)kOtg_State_AHost)) in USB_OtgKhciIsrFunction()
606 if (otgKhciInstance->lastState == (uint32_t)kOtg_State_AWaitBcon) in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h63 …volatile uint32_t lastState; /*!< The last state value, please referenct to #usb_otg_devi… member