Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c1025 otgInstance->otgDeviceState = (uint8_t)kOtg_State_AVbusErr; in _USB_OtgEnterStateAVbusErr()
1035 … otgInstance->controllerHandle, kOtg_ControlRequestStatus, kOtg_StatusId, kOtg_State_AVbusErr); in _USB_OtgEnterStateAVbusErr()
1037 …stance->otgCallback(otgInstance->otgCallbackParameter, kOtg_EventStateChange, kOtg_State_AVbusErr); in _USB_OtgEnterStateAVbusErr()
1771 case kOtg_State_AVbusErr: in USB_OtgTaskFunction()
1817 (otgInstance->otgDeviceState <= (uint8_t)kOtg_State_AVbusErr)) in USB_OtgBusDrop()
1856 if (otgInstance->otgDeviceState == (uint8_t)kOtg_State_AVbusErr) in USB_OtgClearError()
Dusb_otg.h77 kOtg_State_AVbusErr, /*! a_vbus_err state */ enumerator