Searched refs:kOtg_State_BSrpInit (Results 1 – 2 of 2) sorted by relevance
81 …kOtg_State_BSrpInit, /*! b_srp_init or bp_srp_init state, when the device is peripheral-only B-… enumerator
1241 otgInstance->otgDeviceState = (uint8_t)kOtg_State_BSrpInit; in _USB_OtgEnterStateBSrpInit()1248 … ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusBSrpDone), (uint32_t)kOtg_State_BSrpInit); in _USB_OtgEnterStateBSrpInit()1252 …stance->otgCallback(otgInstance->otgCallbackParameter, kOtg_EventStateChange, kOtg_State_BSrpInit); in _USB_OtgEnterStateBSrpInit()1783 case kOtg_State_BSrpInit: in USB_OtgTaskFunction()