Searched refs:lastState (Results 1 – 2 of 2) sorted by relevance
154 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()
63 …volatile uint32_t lastState; /*!< The last state value, please referenct to #usb_otg_devi… member