Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c374 case kOtg_StatusTimeOut: in _USB_OtgProcessStateAWaitVrise()
443 case kOtg_StatusTimeOut: in _USB_OtgProcessStateAWaitVfall()
507 case kOtg_StatusTimeOut: in _USB_OtgProcessStateAWaitBcon()
633 case kOtg_StatusTimeOut: in _USB_OtgProcessStateAHost()
793 case kOtg_StatusTimeOut: in _USB_OtgProcessStateASuspend()
967 case kOtg_StatusTimeOut: in _USB_OtgProcessStateAPeripheral()
1281 case kOtg_StatusTimeOut: /* b_srp_done and srp fail */ in _USB_OtgProcessStateBSrpInit()
1501 case kOtg_StatusTimeOut: in _USB_OtgProcessStateBWaitAcon()
1566 case kOtg_StatusTimeOut: in _USB_OtgProcessStateBHost()
1726 if (otgMsg.otgStatusType == (uint32_t)kOtg_StatusTimeOut) in USB_OtgTaskFunction()
[all …]
Dusb_otg.h49 kOtg_StatusTimeOut = 0x2000U, /*! all the timeout in the state machine */ enumerator
Dusb_otg_khci.c571 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusTimeOut, 1U); in USB_OtgKhciIsrFunction()
630 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusTimeOut, 1U); in USB_OtgKhciIsrFunction()
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/
Dusb_otg.h49 kOtg_StatusTimeOut = 0x2000U, /*! all the timeout in the state machine */ enumerator