Searched refs:kOtg_State_AVbusErr (Results 1 – 2 of 2) sorted by relevance
1025 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()
77 kOtg_State_AVbusErr, /*! a_vbus_err state */ enumerator