Home
last modified time | relevance | path

Searched refs:kOtg_State_ASuspend (Results 1 – 3 of 3) 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()
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()
Dusb_otg.h75 kOtg_State_ASuspend, /*! a_suspend state */ enumerator
Dusb_otg_oci.c746 otgInstance->otgDeviceState = (uint8_t)kOtg_State_ASuspend; in _USB_OtgEnterStateASuspend()
758 (uint32_t)kOtg_State_ASuspend); in _USB_OtgEnterStateASuspend()
761 kOtg_State_ASuspend); in _USB_OtgEnterStateASuspend()
1763 case kOtg_State_ASuspend: in USB_OtgTaskFunction()